#F26095

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

Shades of Brilliant Rose #F26095

Tints of Brilliant Rose #F26095

Color information

#F26095 (or 0xF26095) is unknown color: approx Brilliant Rose. HEX triplet: F2, 60 and 95. RGB value is (242,96,149). Sum of RGB (Red+Green+Blue) = 242+96+149=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F26095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26095 is #0D9F6A. Grayscale: #919191. Windows color (decimal): -892779 or 9789682. OLE color: 9789682.

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

Color convert

RGB24296149-
CMYK00.600.380.05
HSL338.22º84.88%66.27%-
HSV(B)338.22º60.33%94.9%-
XYZ46.2329.4131.67-
YUV145.7129.87196.69-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.69%
GREEN value IS 96 (37.89% from 255) = 19.71%
BLUE value IS 149 (58.59% from 255) = 30.60%
R=49.69%
G=19.71%
B=30.60%

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
Decimal2429614900.600.380.05338.2284.8866.27
HexF2609503C2651525542
Octal362140225074465522125102
Binary11110010110000010010101011110010011010110101001010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26095; }

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

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

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

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

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

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

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

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