Html Css Color HEX #F04792 Violet Red

📋 copy color: '#F04792'

red 240 ◦ green 71 ◦ blue 146

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

Shades of Violet Red #F04792

Tints of Violet Red #F04792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.95%

R = 52.52%
G = 15.54%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F04792 (or 0xF04792) is known color: Violet Red. HEX triplet: F0, 47 and 92. RGB value is (240,71,146). Sum of RGB (Red+Green+Blue) = 240+71+146=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F04792 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04792 is #0FB86D. Grayscale: #818181. Windows color (decimal): -1030254 or 9586672. OLE color: 9586672.

HSL color Cylindrical-coordinate representation of color #F04792: hue angle of 333.37º 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 #F04792 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 71 146 -
CMYK 0 0.70 0.39 0.06
HSL 333.37º 0.85% 0.61% -
HSV(B) 333.37º 0.7% 0.94% -
XYZ 43.38 25.11 29.75 -
YUV 130.08 136.99 206.4 -
System Red Green Blue C M Y K H S L
Decimal 240 71 146 0 0.70 0.39 0.06 333.37 0.85 0.61
Hex F0 47 92 0 46 27 6 14D 55 3D
Octal 360 107 222 0 106 47 6 515 125 75
Binary 11110000 1000111 10010010 0 1000110 100111 110 101001101 1010101 111101

Color Harmonies of #F04792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04792

Black with #F04792

Text Example


Text Example

White with #F04792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04792; }

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

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

background-color css

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

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

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

border-color css

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

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

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