#F26297

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

Shades of Brilliant Rose #F26297

Tints of Brilliant Rose #F26297

Color information

#F26297 (or 0xF26297) is unknown color: approx Brilliant Rose. HEX triplet: F2, 62 and 97. RGB value is (242,98,151). Sum of RGB (Red+Green+Blue) = 242+98+151=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F26297 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26297 is #0D9D68. Grayscale: #939393. Windows color (decimal): -892265 or 9921266. OLE color: 9921266.

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

Color convert

RGB24298151-
CMYK00.600.380.05
HSL337.92º84.71%66.67%-
HSV(B)337.92º59.5%94.9%-
XYZ46.5729.8532.58-
YUV147.1130.21195.69-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.29%
GREEN value IS 98 (38.67% from 255) = 19.96%
BLUE value IS 151 (59.38% from 255) = 30.75%
R=49.29%
G=19.96%
B=30.75%

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
Decimal2429815100.600.380.05337.9284.7166.67
HexF2629703C2651525543
Octal362142227074465522125103
Binary11110010110001010010111011110010011010110101001010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26297; }

 p { color: rgb(242,98,151); }

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

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

 a { background-color: rgb(242,98,151); }

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

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

 span { border-color: rgb(242,98,151); }

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