Html Css Color HEX #F04176 Violet Red

📋 copy color: '#F04176'

red 240 ◦ green 65 ◦ blue 118

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

Shades of Violet Red #F04176

Tints of Violet Red #F04176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.37%

 BLUE value IS 118 (46.48% from 255) = 27.9%

R = 56.74%
G = 15.37%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F04176 (or 0xF04176) is known color: Violet Red. HEX triplet: F0, 41 and 76. RGB value is (240,65,118). Sum of RGB (Red+Green+Blue) = 240+65+118=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F04176 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04176 is #0FBE89. Grayscale: #7B7B7B. Windows color (decimal): -1031818 or 7750128. OLE color: 7750128.

HSL color Cylindrical-coordinate representation of color #F04176: hue angle of 341.83º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04176 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 65 118 -
CMYK 0 0.73 0.51 0.06
HSL 341.83º 0.85% 0.6% -
HSV(B) 341.83º 0.73% 0.94% -
XYZ 41.1 23.61 19.53 -
YUV 123.37 124.98 211.19 -
System Red Green Blue C M Y K H S L
Decimal 240 65 118 0 0.73 0.51 0.06 341.83 0.85 0.6
Hex F0 41 76 0 49 33 6 156 55 3C
Octal 360 101 166 0 111 63 6 526 125 74
Binary 11110000 1000001 1110110 0 1001001 110011 110 101010110 1010101 111100

Color Harmonies of #F04176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04176

Black with #F04176

Text Example


Text Example

White with #F04176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04176; }

 p { color: rgb(240,65,118); }

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

background-color css

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

 a { background-color: rgb(240,65,118); }

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

border-color css

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

 span { border-color: rgb(240,65,118); }

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