#f952b7

Color #F952B7 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #F952B7

Tints of Brilliant Rose #F952B7

Color information

#F952B7 (or 0xF952B7) is unknown color: approx Brilliant Rose. HEX triplet: F9, 52 and B7. RGB value is (249,82,183). Sum of RGB (Red+Green+Blue) = 249+82+183=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 82 (32.42% from 255 or 15.95% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F952B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F952B7 is #06AD48. Grayscale: #8F8F8F. Windows color (decimal): -437577 or 12014329. OLE color: 12014329.

HSL color Cylindrical-coordinate representation of color #F952B7: hue angle of 323.71º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F952B7 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB24982183-
CMYK00.670.270.02
HSL323.71º93.3%64.9%-
HSV(B)323.71º67.07%97.65%-
XYZ50.6329.5947.84-
YUV143.45150.33203.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 48.44%
GREEN value IS 82 (32.42% from 255) = 15.95%
BLUE value IS 183 (71.88% from 255) = 35.60%
R=48.44%
G=15.95%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498218300.670.270.02323.7193.364.9
HexF952B70431B21445d41
Octal3711222670103332504135101
Binary1111100110100101011011101000011110111010100010010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f952b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f952b7; }

 p { color: rgb(249,82,183); }

 H1.HeaderClassName
 {
   color: #f952b7;
 }
 .AnyTagClassName
 {
   color: #f952b7;
 }
</style>
background-color css

<style>
 a { background-color: #f952b7; }

 a { background-color: rgb(249,82,183); }

 div.DivClassName
 {
   background-color: #f952b7;
 }
 .BgClassName
 {
   background-color: #f952b7;
 }
</style>
border-color css

<style>
 span { border-color: #f952b7; }

 span { border-color: rgb(249,82,183); }

 td.TdClassName
 {
   border-color: #f952b7;
 }
 .TagClassName
 {
   border-color: #f952b7;
 }
</style>