Html Css Color HEX #F04296 Violet Red

📋 copy color: '#F04296'

red 240 ◦ green 66 ◦ blue 150

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

Shades of Violet Red #F04296

Tints of Violet Red #F04296

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.47%

 BLUE value IS 150 (58.98% from 255) = 32.89%

R = 52.63%
G = 14.47%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F04296 (or 0xF04296) is known color: Violet Red. HEX triplet: F0, 42 and 96. RGB value is (240,66,150). Sum of RGB (Red+Green+Blue) = 240+66+150=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F04296 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04296 is #0FBD69. Grayscale: #7F7F7F. Windows color (decimal): -1031530 or 9847536. OLE color: 9847536.

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

Color convert

RGB 240 66 150 -
CMYK 0 0.72 0.37 0.06
HSL 331.03º 0.85% 0.6% -
HSV(B) 331.03º 0.73% 0.94% -
XYZ 43.39 24.62 31.32 -
YUV 127.6 140.65 208.17 -
System Red Green Blue C M Y K H S L
Decimal 240 66 150 0 0.72 0.37 0.06 331.03 0.85 0.6
Hex F0 42 96 0 48 25 6 14B 55 3C
Octal 360 102 226 0 110 45 6 513 125 74
Binary 11110000 1000010 10010110 0 1001000 100101 110 101001011 1010101 111100

Color Harmonies of #F04296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04296

Black with #F04296

Text Example


Text Example

White with #F04296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04296; }

 p { color: rgb(240,66,150); }

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

background-color css

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

 a { background-color: rgb(240,66,150); }

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

border-color css

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

 span { border-color: rgb(240,66,150); }

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