#F26499

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

Shades of Brilliant Rose #F26499

Tints of Brilliant Rose #F26499

Color information

#F26499 (or 0xF26499) is unknown color: approx Brilliant Rose. HEX triplet: F2, 64 and 99. RGB value is (242,100,153). Sum of RGB (Red+Green+Blue) = 242+100+153=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F26499 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26499 is #0D9B66. Grayscale: #949494. Windows color (decimal): -891751 or 10052850. OLE color: 10052850.

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

Color convert

RGB242100153-
CMYK00.590.370.05
HSL337.61º84.52%67.06%-
HSV(B)337.61º58.68%94.9%-
XYZ46.9230.2933.51-
YUV148.5130.54194.69-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.89%
GREEN value IS 100 (39.45% from 255) = 20.20%
BLUE value IS 153 (60.16% from 255) = 30.91%
R=48.89%
G=20.20%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210015300.590.370.05337.6184.5267.06
HexF2649903B2551525543
Octal362144231073455522125103
Binary11110010110010010011001011101110010110110101001010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26499; }

 p { color: rgb(242,100,153); }

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

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

 a { background-color: rgb(242,100,153); }

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

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

 span { border-color: rgb(242,100,153); }

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