Html Css Color HEX #F04492 Violet Red

📋 copy color: '#F04492'

red 240 ◦ green 68 ◦ blue 146

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

Shades of Violet Red #F04492

Tints of Violet Red #F04492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.98%

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

R = 52.86%
G = 14.98%
B = 32.16%

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

#F04492 (or 0xF04492) is known color: Violet Red. HEX triplet: F0, 44 and 92. RGB value is (240,68,146). Sum of RGB (Red+Green+Blue) = 240+68+146=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 68 (26.95% from 255 or 14.98% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F04492 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04492 is #0FBB6D. Grayscale: #808080. Windows color (decimal): -1031022 or 9585904. OLE color: 9585904.

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

Color convert

RGB 240 68 146 -
CMYK 0 0.72 0.39 0.06
HSL 332.79º 0.85% 0.6% -
HSV(B) 332.79º 0.72% 0.94% -
XYZ 43.19 24.73 29.69 -
YUV 128.32 137.98 207.66 -
System Red Green Blue C M Y K H S L
Decimal 240 68 146 0 0.72 0.39 0.06 332.79 0.85 0.6
Hex F0 44 92 0 48 27 6 14D 55 3C
Octal 360 104 222 0 110 47 6 515 125 74
Binary 11110000 1000100 10010010 0 1001000 100111 110 101001101 1010101 111100

Color Harmonies of #F04492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04492

Black with #F04492

Text Example


Text Example

White with #F04492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04492; }

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

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

background-color css

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

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

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

border-color css

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

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

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