Html Css Color HEX #F25996 Brilliant Rose

📋 copy color: '#F25996'

red 242 ◦ green 89 ◦ blue 150

#F25996
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #F25996

Tints of Brilliant Rose #F25996

RGB

 RED value IS 242 (94.92% from 255) = 50.31%

 GREEN value IS 89 (35.16% from 255) = 18.5%

 BLUE value IS 150 (58.98% from 255) = 31.19%

R = 50.31%
G = 18.5%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F25996 (or 0xF25996) is known color: Brilliant Rose. HEX triplet: F2, 59 and 96. RGB value is (242,89,150). Sum of RGB (Red+Green+Blue) = 242+89+150=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F25996 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25996 is #0DA669. Grayscale: #8D8D8D. Windows color (decimal): -894570 or 9853426. OLE color: 9853426.

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

Color convert

RGB 242 89 150 -
CMYK 0 0.63 0.38 0.05
HSL 336.08º 0.85% 0.65% -
HSV(B) 336.08º 0.63% 0.95% -
XYZ 45.7 28.22 31.89 -
YUV 141.7 132.69 199.54 -
System Red Green Blue C M Y K H S L
Decimal 242 89 150 0 0.63 0.38 0.05 336.08 0.85 0.65
Hex F2 59 96 0 3F 26 5 150 55 41
Octal 362 131 226 0 77 46 5 520 125 101
Binary 11110010 1011001 10010110 0 111111 100110 101 101010000 1010101 1000001

Color Harmonies of #F25996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25996

Black with #F25996

Text Example


Text Example

White with #F25996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25996; }

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

 H1.HeaderClassName
 {
   color: #F25996;
 }
 .AnyTagClassName
 {
   color: #F25996;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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