#F26194

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

Shades of Brilliant Rose #F26194

Tints of Brilliant Rose #F26194

Color information

#F26194 (or 0xF26194) is unknown color: approx Brilliant Rose. HEX triplet: F2, 61 and 94. RGB value is (242,97,148). Sum of RGB (Red+Green+Blue) = 242+97+148=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F26194 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26194 is #0D9E6B. Grayscale: #929292. Windows color (decimal): -892524 or 9724402. OLE color: 9724402.

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

Color convert

RGB24297148-
CMYK00.600.390.05
HSL338.9º84.8%66.47%-
HSV(B)338.9º59.92%94.9%-
XYZ46.2429.5631.29-
YUV146.17129.04196.35-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.69%
GREEN value IS 97 (38.28% from 255) = 19.92%
BLUE value IS 148 (58.20% from 255) = 30.39%
R=49.69%
G=19.92%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429714800.600.390.05338.984.866.47
HexF2619403C2751535542
Octal362141224074475523125102
Binary11110010110000110010100011110010011110110101001110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26194; }

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

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

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

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

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

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

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

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