Html Css Color HEX #F2519B Brilliant Rose

📋 copy color: '#F2519B'

red 242 ◦ green 81 ◦ blue 155

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

Shades of Brilliant Rose #F2519B

Tints of Brilliant Rose #F2519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.43%

R = 50.63%
G = 16.95%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2519B (or 0xF2519B) is known color: Brilliant Rose. HEX triplet: F2, 51 and 9B. RGB value is (242,81,155). Sum of RGB (Red+Green+Blue) = 242+81+155=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F2519B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2519B is #0DAE64. Grayscale: #898989. Windows color (decimal): -896613 or 10179058. OLE color: 10179058.

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

Color convert

RGB 242 81 155 -
CMYK 0 0.67 0.36 0.05
HSL 332.42º 0.86% 0.63% -
HSV(B) 332.42º 0.67% 0.95% -
XYZ 45.48 27.13 33.85 -
YUV 137.58 137.84 202.48 -
System Red Green Blue C M Y K H S L
Decimal 242 81 155 0 0.67 0.36 0.05 332.42 0.86 0.63
Hex F2 51 9B 0 43 24 5 14C 56 3F
Octal 362 121 233 0 103 44 5 514 126 77
Binary 11110010 1010001 10011011 0 1000011 100100 101 101001100 1010110 111111

Color Harmonies of #F2519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2519B

Black with #F2519B

Text Example


Text Example

White with #F2519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2519B; }

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

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

background-color css

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

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

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

border-color css

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

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

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