#F26196

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

Shades of Brilliant Rose #F26196

Tints of Brilliant Rose #F26196

Color information

#F26196 (or 0xF26196) is unknown color: approx Brilliant Rose. HEX triplet: F2, 61 and 96. RGB value is (242,97,150). Sum of RGB (Red+Green+Blue) = 242+97+150=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F26196 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26196 is #0D9E69. Grayscale: #929292. Windows color (decimal): -892522 or 9855474. OLE color: 9855474.

HSL color Cylindrical-coordinate representation of color #F26196: hue angle of 338.07º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26196 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB24297150-
CMYK00.600.380.05
HSL338.07º84.8%66.47%-
HSV(B)338.07º59.92%94.9%-
XYZ46.429.6332.13-
YUV146.4130.04196.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.49%
GREEN value IS 97 (38.28% from 255) = 19.84%
BLUE value IS 150 (58.98% from 255) = 30.67%
R=49.49%
G=19.84%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429715000.600.380.05338.0784.866.47
HexF2619603C2651525542
Octal362141226074465522125102
Binary11110010110000110010110011110010011010110101001010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26196; }

 p { color: rgb(242,97,150); }

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

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

 a { background-color: rgb(242,97,150); }

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

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

 span { border-color: rgb(242,97,150); }

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