Html Css Color HEX #F0427F Violet Red

📋 copy color: '#F0427F'

red 240 ◦ green 66 ◦ blue 127

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

Shades of Violet Red #F0427F

Tints of Violet Red #F0427F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.33%

R = 55.43%
G = 15.24%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0427F (or 0xF0427F) is known color: Violet Red. HEX triplet: F0, 42 and 7F. RGB value is (240,66,127). Sum of RGB (Red+Green+Blue) = 240+66+127=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0427F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0427F is #0FBD80. Grayscale: #7C7C7C. Windows color (decimal): -1031553 or 8340208. OLE color: 8340208.

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

Color convert

RGB 240 66 127 -
CMYK 0 0.72 0.47 0.06
HSL 338.97º 0.85% 0.6% -
HSV(B) 338.97º 0.73% 0.94% -
XYZ 41.71 23.95 22.5 -
YUV 124.98 129.15 210.04 -
System Red Green Blue C M Y K H S L
Decimal 240 66 127 0 0.72 0.47 0.06 338.97 0.85 0.6
Hex F0 42 7F 0 48 2F 6 153 55 3C
Octal 360 102 177 0 110 57 6 523 125 74
Binary 11110000 1000010 1111111 0 1001000 101111 110 101010011 1010101 111100

Color Harmonies of #F0427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0427F

Black with #F0427F

Text Example


Text Example

White with #F0427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0427F; }

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

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

background-color css

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

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

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

border-color css

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

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

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