#F26098

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

Shades of Brilliant Rose #F26098

Tints of Brilliant Rose #F26098

Color information

#F26098 (or 0xF26098) is unknown color: approx Brilliant Rose. HEX triplet: F2, 60 and 98. RGB value is (242,96,152). Sum of RGB (Red+Green+Blue) = 242+96+152=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F26098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26098 is #0D9F67. Grayscale: #919191. Windows color (decimal): -892776 or 9986290. OLE color: 9986290.

HSL color Cylindrical-coordinate representation of color #F26098: hue angle of 336.99º 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 #F26098 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB24296152-
CMYK00.600.370.05
HSL336.99º84.88%66.27%-
HSV(B)336.99º60.33%94.9%-
XYZ46.4729.5132.95-
YUV146.04131.37196.45-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.39%
GREEN value IS 96 (37.89% from 255) = 19.59%
BLUE value IS 152 (59.77% from 255) = 31.02%
R=49.39%
G=19.59%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429615200.600.370.05336.9984.8866.27
HexF2609803C2551515542
Octal362140230074455521125102
Binary11110010110000010011000011110010010110110101000110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26098; }

 p { color: rgb(242,96,152); }

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

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

 a { background-color: rgb(242,96,152); }

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

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

 span { border-color: rgb(242,96,152); }

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