Html Css Color HEX #F0407C Violet Red

📋 copy color: '#F0407C'

red 240 ◦ green 64 ◦ blue 124

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

Shades of Violet Red #F0407C

Tints of Violet Red #F0407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.95%

 BLUE value IS 124 (48.83% from 255) = 28.97%

R = 56.07%
G = 14.95%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0407C (or 0xF0407C) is known color: Violet Red. HEX triplet: F0, 40 and 7C. RGB value is (240,64,124). Sum of RGB (Red+Green+Blue) = 240+64+124=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F0407C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0407C is #0FBF83. Grayscale: #7B7B7B. Windows color (decimal): -1032068 or 8143088. OLE color: 8143088.

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

Color convert

RGB 240 64 124 -
CMYK 0 0.73 0.48 0.06
HSL 339.55º 0.85% 0.6% -
HSV(B) 339.55º 0.73% 0.94% -
XYZ 41.41 23.65 21.45 -
YUV 123.46 128.31 211.12 -
System Red Green Blue C M Y K H S L
Decimal 240 64 124 0 0.73 0.48 0.06 339.55 0.85 0.6
Hex F0 40 7C 0 49 30 6 154 55 3C
Octal 360 100 174 0 111 60 6 524 125 74
Binary 11110000 1000000 1111100 0 1001001 110000 110 101010100 1010101 111100

Color Harmonies of #F0407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0407C

Black with #F0407C

Text Example


Text Example

White with #F0407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0407C; }

 p { color: rgb(240,64,124); }

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

background-color css

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

 a { background-color: rgb(240,64,124); }

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

border-color css

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

 span { border-color: rgb(240,64,124); }

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