Html Css Color HEX #F2519E Brilliant Rose

📋 copy color: '#F2519E'

red 242 ◦ green 81 ◦ blue 158

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

Shades of Brilliant Rose #F2519E

Tints of Brilliant Rose #F2519E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.85%

R = 50.31%
G = 16.84%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2519E (or 0xF2519E) is known color: Brilliant Rose. HEX triplet: F2, 51 and 9E. RGB value is (242,81,158). Sum of RGB (Red+Green+Blue) = 242+81+158=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2519E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2519E is #0DAE61. Grayscale: #898989. Windows color (decimal): -896610 or 10375666. OLE color: 10375666.

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

Color convert

RGB 242 81 158 -
CMYK 0 0.67 0.35 0.05
HSL 331.3º 0.86% 0.63% -
HSV(B) 331.3º 0.67% 0.95% -
XYZ 45.73 27.23 35.19 -
YUV 137.92 139.34 202.24 -
System Red Green Blue C M Y K H S L
Decimal 242 81 158 0 0.67 0.35 0.05 331.3 0.86 0.63
Hex F2 51 9E 0 43 23 5 14B 56 3F
Octal 362 121 236 0 103 43 5 513 126 77
Binary 11110010 1010001 10011110 0 1000011 100011 101 101001011 1010110 111111

Color Harmonies of #F2519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2519E

Black with #F2519E

Text Example


Text Example

White with #F2519E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2519E; }

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

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

background-color css

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

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

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

border-color css

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

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

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