Html Css Color HEX #F04392 Violet Red

📋 copy color: '#F04392'

red 240 ◦ green 67 ◦ blue 146

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

Shades of Violet Red #F04392

Tints of Violet Red #F04392

RGB

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

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

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

R = 52.98%
G = 14.79%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F04392 (or 0xF04392) is known color: Violet Red. HEX triplet: F0, 43 and 92. RGB value is (240,67,146). Sum of RGB (Red+Green+Blue) = 240+67+146=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 67 (26.56% from 255 or 14.79% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F04392 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04392 is #0FBC6D. Grayscale: #7F7F7F. Windows color (decimal): -1031278 or 9585648. OLE color: 9585648.

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

Color convert

RGB 240 67 146 -
CMYK 0 0.72 0.39 0.06
HSL 332.6º 0.85% 0.6% -
HSV(B) 332.6º 0.72% 0.94% -
XYZ 43.13 24.61 29.67 -
YUV 127.73 138.31 208.08 -
System Red Green Blue C M Y K H S L
Decimal 240 67 146 0 0.72 0.39 0.06 332.6 0.85 0.6
Hex F0 43 92 0 48 27 6 14D 55 3C
Octal 360 103 222 0 110 47 6 515 125 74
Binary 11110000 1000011 10010010 0 1001000 100111 110 101001101 1010101 111100

Color Harmonies of #F04392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04392

Black with #F04392

Text Example


Text Example

White with #F04392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04392; }

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

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

background-color css

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

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

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

border-color css

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

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

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