#F25798

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

Shades of Brilliant Rose #F25798

Tints of Brilliant Rose #F25798

Color information

#F25798 (or 0xF25798) is unknown color: approx Brilliant Rose. HEX triplet: F2, 57 and 98. RGB value is (242,87,152). Sum of RGB (Red+Green+Blue) = 242+87+152=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F25798 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25798 is #0DA867. Grayscale: #8C8C8C. Windows color (decimal): -895080 or 9983986. OLE color: 9983986.

HSL color Cylindrical-coordinate representation of color #F25798: hue angle of 334.84º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25798 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB24287152-
CMYK00.640.370.05
HSL334.84º85.64%64.51%-
HSV(B)334.84º64.05%94.9%-
XYZ45.6927.9632.69-
YUV140.76134.35200.21-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.31%
GREEN value IS 87 (34.38% from 255) = 18.09%
BLUE value IS 152 (59.77% from 255) = 31.60%
R=50.31%
G=18.09%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428715200.640.370.05334.8485.6464.51
HexF2579804025514f5641
Octal3621272300100455517126101
Binary111100101010111100110000100000010010110110100111110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25798; }

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

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

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

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

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

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

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

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