Html Css Color HEX #F0478C Violet Red

📋 copy color: '#F0478C'

red 240 ◦ green 71 ◦ blue 140

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

Shades of Violet Red #F0478C

Tints of Violet Red #F0478C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.74%

 BLUE value IS 140 (55.08% from 255) = 31.04%

R = 53.22%
G = 15.74%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0478C (or 0xF0478C) is known color: Violet Red. HEX triplet: F0, 47 and 8C. RGB value is (240,71,140). Sum of RGB (Red+Green+Blue) = 240+71+140=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 71 (28.12% from 255 or 15.74% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0478C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0478C is #0FB873. Grayscale: #818181. Windows color (decimal): -1030260 or 9193456. OLE color: 9193456.

HSL color Cylindrical-coordinate representation of color #F0478C: hue angle of 335.5º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0478C is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 71 140 -
CMYK 0 0.70 0.42 0.06
HSL 335.5º 0.85% 0.61% -
HSV(B) 335.5º 0.7% 0.94% -
XYZ 42.92 24.93 27.36 -
YUV 129.4 133.99 206.89 -
System Red Green Blue C M Y K H S L
Decimal 240 71 140 0 0.70 0.42 0.06 335.5 0.85 0.61
Hex F0 47 8C 0 46 2A 6 150 55 3D
Octal 360 107 214 0 106 52 6 520 125 75
Binary 11110000 1000111 10001100 0 1000110 101010 110 101010000 1010101 111101

Color Harmonies of #F0478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0478C

Black with #F0478C

Text Example


Text Example

White with #F0478C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0478C; }

 p { color: rgb(240,71,140); }

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

background-color css

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

 a { background-color: rgb(240,71,140); }

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

border-color css

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

 span { border-color: rgb(240,71,140); }

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