#F25E96

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

Shades of Brilliant Rose #F25E96

Tints of Brilliant Rose #F25E96

Color information

#F25E96 (or 0xF25E96) is unknown color: approx Brilliant Rose. HEX triplet: F2, 5E and 96. RGB value is (242,94,150). Sum of RGB (Red+Green+Blue) = 242+94+150=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F25E96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25E96 is #0DA169. Grayscale: #909090. Windows color (decimal): -893290 or 9854706. OLE color: 9854706.

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

Color convert

RGB24294150-
CMYK00.610.380.05
HSL337.3º85.06%65.88%-
HSV(B)337.3º61.16%94.9%-
XYZ46.1329.0832.04-
YUV144.64131.03197.45-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.79%
GREEN value IS 94 (37.11% from 255) = 19.34%
BLUE value IS 150 (58.98% from 255) = 30.86%
R=49.79%
G=19.34%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429415000.610.380.05337.385.0665.88
HexF25E9603D2651515542
Octal362136226075465521125102
Binary11110010101111010010110011110110011010110101000110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25E96; }

 p { color: rgb(242,94,150); }

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

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

 a { background-color: rgb(242,94,150); }

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

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

 span { border-color: rgb(242,94,150); }

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