Html Css Color HEX #F04791 Violet Red

📋 copy color: '#F04791'

red 240 ◦ green 71 ◦ blue 145

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

Shades of Violet Red #F04791

Tints of Violet Red #F04791

RGB

 RED value IS 240 (94.14% from 255) = 52.63%

 GREEN value IS 71 (28.13% from 255) = 15.57%

 BLUE value IS 145 (57.03% from 255) = 31.8%

R = 52.63%
G = 15.57%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F04791 (or 0xF04791) is known color: Violet Red. HEX triplet: F0, 47 and 91. RGB value is (240,71,145). Sum of RGB (Red+Green+Blue) = 240+71+145=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F04791 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04791 is #0FB86E. Grayscale: #818181. Windows color (decimal): -1030255 or 9521136. OLE color: 9521136.

HSL color Cylindrical-coordinate representation of color #F04791: hue angle of 333.73º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04791 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 71 145 -
CMYK 0 0.70 0.40 0.06
HSL 333.73º 0.85% 0.61% -
HSV(B) 333.73º 0.7% 0.94% -
XYZ 43.3 25.08 29.35 -
YUV 129.97 136.49 206.48 -
System Red Green Blue C M Y K H S L
Decimal 240 71 145 0 0.70 0.40 0.06 333.73 0.85 0.61
Hex F0 47 91 0 46 28 6 14E 55 3D
Octal 360 107 221 0 106 50 6 516 125 75
Binary 11110000 1000111 10010001 0 1000110 101000 110 101001110 1010101 111101

Color Harmonies of #F04791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04791

Black with #F04791

Text Example


Text Example

White with #F04791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04791; }

 p { color: rgb(240,71,145); }

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

background-color css

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

 a { background-color: rgb(240,71,145); }

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

border-color css

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

 span { border-color: rgb(240,71,145); }

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