Html Css Color HEX #F04396 Violet Red

📋 copy color: '#F04396'

red 240 ◦ green 67 ◦ blue 150

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

Shades of Violet Red #F04396

Tints of Violet Red #F04396

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.66%

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

R = 52.52%
G = 14.66%
B = 32.82%

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

#F04396 (or 0xF04396) is known color: Violet Red. HEX triplet: F0, 43 and 96. RGB value is (240,67,150). Sum of RGB (Red+Green+Blue) = 240+67+150=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 67 (26.56% from 255 or 14.66% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F04396 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04396 is #0FBC69. Grayscale: #808080. Windows color (decimal): -1031274 or 9847792. OLE color: 9847792.

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

Color convert

RGB 240 67 150 -
CMYK 0 0.72 0.37 0.06
HSL 331.21º 0.85% 0.6% -
HSV(B) 331.21º 0.72% 0.94% -
XYZ 43.45 24.74 31.34 -
YUV 128.19 140.31 207.75 -
System Red Green Blue C M Y K H S L
Decimal 240 67 150 0 0.72 0.37 0.06 331.21 0.85 0.6
Hex F0 43 96 0 48 25 6 14B 55 3C
Octal 360 103 226 0 110 45 6 513 125 74
Binary 11110000 1000011 10010110 0 1001000 100101 110 101001011 1010101 111100

Color Harmonies of #F04396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04396

Black with #F04396

Text Example


Text Example

White with #F04396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04396; }

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

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

background-color css

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

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

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

border-color css

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

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

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