Html Css Color HEX #F2519F Brilliant Rose

📋 copy color: '#F2519F'

red 242 ◦ green 81 ◦ blue 159

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

Shades of Brilliant Rose #F2519F

Tints of Brilliant Rose #F2519F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.99%

R = 50.21%
G = 16.8%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2519F (or 0xF2519F) is known color: Brilliant Rose. HEX triplet: F2, 51 and 9F. RGB value is (242,81,159). Sum of RGB (Red+Green+Blue) = 242+81+159=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F2519F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2519F is #0DAE60. Grayscale: #898989. Windows color (decimal): -896609 or 10441202. OLE color: 10441202.

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

Color convert

RGB 242 81 159 -
CMYK 0 0.67 0.34 0.05
HSL 330.93º 0.86% 0.63% -
HSV(B) 330.93º 0.67% 0.95% -
XYZ 45.82 27.27 35.65 -
YUV 138.03 139.84 202.16 -
System Red Green Blue C M Y K H S L
Decimal 242 81 159 0 0.67 0.34 0.05 330.93 0.86 0.63
Hex F2 51 9F 0 43 22 5 14B 56 3F
Octal 362 121 237 0 103 42 5 513 126 77
Binary 11110010 1010001 10011111 0 1000011 100010 101 101001011 1010110 111111

Color Harmonies of #F2519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2519F

Black with #F2519F

Text Example


Text Example

White with #F2519F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2519F; }

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

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

background-color css

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

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

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

border-color css

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

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

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