Html Css Color HEX #F0427C Violet Red

📋 copy color: '#F0427C'

red 240 ◦ green 66 ◦ blue 124

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

Shades of Violet Red #F0427C

Tints of Violet Red #F0427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.35%

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

R = 55.81%
G = 15.35%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0427C (or 0xF0427C) is known color: Violet Red. HEX triplet: F0, 42 and 7C. RGB value is (240,66,124). Sum of RGB (Red+Green+Blue) = 240+66+124=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0427C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0427C is #0FBD83. Grayscale: #7C7C7C. Windows color (decimal): -1031556 or 8143600. OLE color: 8143600.

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

Color convert

RGB 240 66 124 -
CMYK 0 0.72 0.48 0.06
HSL 340º 0.85% 0.6% -
HSV(B) 340º 0.73% 0.94% -
XYZ 41.52 23.88 21.49 -
YUV 124.64 127.65 210.28 -
System Red Green Blue C M Y K H S L
Decimal 240 66 124 0 0.72 0.48 0.06 340 0.85 0.6
Hex F0 42 7C 0 48 30 6 154 55 3C
Octal 360 102 174 0 110 60 6 524 125 74
Binary 11110000 1000010 1111100 0 1001000 110000 110 101010100 1010101 111100

Color Harmonies of #F0427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0427C

Black with #F0427C

Text Example


Text Example

White with #F0427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0427C; }

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

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

background-color css

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

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

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

border-color css

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

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

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