#F25F9A

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

Shades of Brilliant Rose #F25F9A

Tints of Brilliant Rose #F25F9A

Color information

#F25F9A (or 0xF25F9A) is unknown color: approx Brilliant Rose. HEX triplet: F2, 5F and 9A. RGB value is (242,95,154). Sum of RGB (Red+Green+Blue) = 242+95+154=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25F9A is #0DA065. Grayscale: #919191. Windows color (decimal): -893030 or 10117106. OLE color: 10117106.

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

Color convert

RGB24295154-
CMYK00.610.360.05
HSL335.92º84.97%66.08%-
HSV(B)335.92º60.74%94.9%-
XYZ46.5429.3933.79-
YUV145.68132.7196.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 49.29%
GREEN value IS 95 (37.5% from 255) = 19.35%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=49.29%
G=19.35%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429515400.610.360.05335.9284.9766.08
HexF25F9A03D2451505542
Octal362137232075445520125102
Binary11110010101111110011010011110110010010110101000010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25F9A; }

 p { color: rgb(242,95,154); }

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

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

 a { background-color: rgb(242,95,154); }

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

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

 span { border-color: rgb(242,95,154); }

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