Html Css Color HEX #F0367E Violet Red

📋 copy color: '#F0367E'

red 240 ◦ green 54 ◦ blue 126

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

Shades of Violet Red #F0367E

Tints of Violet Red #F0367E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.86%

 BLUE value IS 126 (49.61% from 255) = 30%

R = 57.14%
G = 12.86%
B = 30%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0367E (or 0xF0367E) is known color: Violet Red. HEX triplet: F0, 36 and 7E. RGB value is (240,54,126). Sum of RGB (Red+Green+Blue) = 240+54+126=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0367E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0367E is #0FC981. Grayscale: #757575. Windows color (decimal): -1034626 or 8271600. OLE color: 8271600.

HSL color Cylindrical-coordinate representation of color #F0367E: hue angle of 336.77º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0367E is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 54 126 -
CMYK 0 0.78 0.48 0.06
HSL 336.77º 0.86% 0.58% -
HSV(B) 336.77º 0.78% 0.94% -
XYZ 41.02 22.67 21.95 -
YUV 117.82 132.62 215.15 -
System Red Green Blue C M Y K H S L
Decimal 240 54 126 0 0.78 0.48 0.06 336.77 0.86 0.58
Hex F0 36 7E 0 4E 30 6 151 56 3A
Octal 360 66 176 0 116 60 6 521 126 72
Binary 11110000 110110 1111110 0 1001110 110000 110 101010001 1010110 111010

Color Harmonies of #F0367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0367E

Black with #F0367E

Text Example


Text Example

White with #F0367E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0367E; }

 p { color: rgb(240,54,126); }

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

background-color css

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

 a { background-color: rgb(240,54,126); }

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

border-color css

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

 span { border-color: rgb(240,54,126); }

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