#F26195

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

Shades of Brilliant Rose #F26195

Tints of Brilliant Rose #F26195

Color information

#F26195 (or 0xF26195) is unknown color: approx Brilliant Rose. HEX triplet: F2, 61 and 95. RGB value is (242,97,149). Sum of RGB (Red+Green+Blue) = 242+97+149=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F26195 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26195 is #0D9E6A. Grayscale: #929292. Windows color (decimal): -892523 or 9789938. OLE color: 9789938.

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

Color convert

RGB24297149-
CMYK00.600.380.05
HSL338.48º84.8%66.47%-
HSV(B)338.48º59.92%94.9%-
XYZ46.3229.631.71-
YUV146.28129.54196.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.59%
GREEN value IS 97 (38.28% from 255) = 19.88%
BLUE value IS 149 (58.59% from 255) = 30.53%
R=49.59%
G=19.88%
B=30.53%

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
Decimal2429714900.600.380.05338.4884.866.47
HexF2619503C2651525542
Octal362141225074465522125102
Binary11110010110000110010101011110010011010110101001010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26195; }

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

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

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

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

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

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

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

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