Html Css Color HEX #F0427A Violet Red

📋 copy color: '#F0427A'

red 240 ◦ green 66 ◦ blue 122

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

Shades of Violet Red #F0427A

Tints of Violet Red #F0427A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.5%

R = 56.07%
G = 15.42%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0427A (or 0xF0427A) is known color: Violet Red. HEX triplet: F0, 42 and 7A. RGB value is (240,66,122). Sum of RGB (Red+Green+Blue) = 240+66+122=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F0427A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0427A is #0FBD85. Grayscale: #7C7C7C. Windows color (decimal): -1031558 or 8012528. OLE color: 8012528.

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

Color convert

RGB 240 66 122 -
CMYK 0 0.72 0.49 0.06
HSL 340.69º 0.85% 0.6% -
HSV(B) 340.69º 0.73% 0.94% -
XYZ 41.4 23.83 20.83 -
YUV 124.41 126.65 210.45 -
System Red Green Blue C M Y K H S L
Decimal 240 66 122 0 0.72 0.49 0.06 340.69 0.85 0.6
Hex F0 42 7A 0 48 31 6 155 55 3C
Octal 360 102 172 0 110 61 6 525 125 74
Binary 11110000 1000010 1111010 0 1001000 110001 110 101010101 1010101 111100

Color Harmonies of #F0427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0427A

Black with #F0427A

Text Example


Text Example

White with #F0427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0427A; }

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

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

background-color css

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

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

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

border-color css

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

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

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