Html Css Color HEX #F25199 Brilliant Rose

📋 copy color: '#F25199'

red 242 ◦ green 81 ◦ blue 153

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

Shades of Brilliant Rose #F25199

Tints of Brilliant Rose #F25199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.02%

 BLUE value IS 153 (60.16% from 255) = 32.14%

R = 50.84%
G = 17.02%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F25199 (or 0xF25199) is known color: Brilliant Rose. HEX triplet: F2, 51 and 99. RGB value is (242,81,153). Sum of RGB (Red+Green+Blue) = 242+81+153=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F25199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25199 is #0DAE66. Grayscale: #898989. Windows color (decimal): -896615 or 10047986. OLE color: 10047986.

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

Color convert

RGB 242 81 153 -
CMYK 0 0.67 0.37 0.05
HSL 333.17º 0.86% 0.63% -
HSV(B) 333.17º 0.67% 0.95% -
XYZ 45.31 27.06 32.97 -
YUV 137.35 136.84 202.65 -
System Red Green Blue C M Y K H S L
Decimal 242 81 153 0 0.67 0.37 0.05 333.17 0.86 0.63
Hex F2 51 99 0 43 25 5 14D 56 3F
Octal 362 121 231 0 103 45 5 515 126 77
Binary 11110010 1010001 10011001 0 1000011 100101 101 101001101 1010110 111111

Color Harmonies of #F25199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25199

Black with #F25199

Text Example


Text Example

White with #F25199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25199; }

 p { color: rgb(242,81,153); }

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

background-color css

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

 a { background-color: rgb(242,81,153); }

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

border-color css

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

 span { border-color: rgb(242,81,153); }

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