Html Css Color HEX #F04097 Violet Red

📋 copy color: '#F04097'

red 240 ◦ green 64 ◦ blue 151

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

Shades of Violet Red #F04097

Tints of Violet Red #F04097

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.07%

 BLUE value IS 151 (59.38% from 255) = 33.19%

R = 52.75%
G = 14.07%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F04097 (or 0xF04097) is known color: Violet Red. HEX triplet: F0, 40 and 97. RGB value is (240,64,151). Sum of RGB (Red+Green+Blue) = 240+64+151=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F04097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04097 is #0FBF68. Grayscale: #7E7E7E. Windows color (decimal): -1032041 or 9912560. OLE color: 9912560.

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

Color convert

RGB 240 64 151 -
CMYK 0 0.73 0.37 0.06
HSL 330.34º 0.85% 0.6% -
HSV(B) 330.34º 0.73% 0.94% -
XYZ 43.35 24.43 31.71 -
YUV 126.54 141.81 208.93 -
System Red Green Blue C M Y K H S L
Decimal 240 64 151 0 0.73 0.37 0.06 330.34 0.85 0.6
Hex F0 40 97 0 49 25 6 14A 55 3C
Octal 360 100 227 0 111 45 6 512 125 74
Binary 11110000 1000000 10010111 0 1001001 100101 110 101001010 1010101 111100

Color Harmonies of #F04097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04097

Black with #F04097

Text Example


Text Example

White with #F04097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04097; }

 p { color: rgb(240,64,151); }

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

background-color css

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

 a { background-color: rgb(240,64,151); }

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

border-color css

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

 span { border-color: rgb(240,64,151); }

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