Html Css Color HEX #F04691 Violet Red

📋 copy color: '#F04691'

red 240 ◦ green 70 ◦ blue 145

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

Shades of Violet Red #F04691

Tints of Violet Red #F04691

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.38%

 BLUE value IS 145 (57.03% from 255) = 31.87%

R = 52.75%
G = 15.38%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F04691 (or 0xF04691) is known color: Violet Red. HEX triplet: F0, 46 and 91. RGB value is (240,70,145). Sum of RGB (Red+Green+Blue) = 240+70+145=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F04691 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04691 is #0FB96E. Grayscale: #818181. Windows color (decimal): -1030511 or 9520880. OLE color: 9520880.

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

Color convert

RGB 240 70 145 -
CMYK 0 0.71 0.40 0.06
HSL 333.53º 0.85% 0.61% -
HSV(B) 333.53º 0.71% 0.94% -
XYZ 43.24 24.95 29.33 -
YUV 129.38 136.82 206.9 -
System Red Green Blue C M Y K H S L
Decimal 240 70 145 0 0.71 0.40 0.06 333.53 0.85 0.61
Hex F0 46 91 0 47 28 6 14E 55 3D
Octal 360 106 221 0 107 50 6 516 125 75
Binary 11110000 1000110 10010001 0 1000111 101000 110 101001110 1010101 111101

Color Harmonies of #F04691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04691

Black with #F04691

Text Example


Text Example

White with #F04691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04691; }

 p { color: rgb(240,70,145); }

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

background-color css

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

 a { background-color: rgb(240,70,145); }

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

border-color css

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

 span { border-color: rgb(240,70,145); }

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