Html Css Color HEX #F480EA Violet

📋 copy color: '#F480EA'

red 244 ◦ green 128 ◦ blue 234

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

Shades of Violet #F480EA

Tints of Violet #F480EA

RGB

 RED value IS 244 (95.7% from 255) = 40.26%

 GREEN value IS 128 (50.39% from 255) = 21.12%

 BLUE value IS 234 (91.8% from 255) = 38.61%

R = 40.26%
G = 21.12%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F480EA (or 0xF480EA) is known color: Violet. HEX triplet: F4, 80 and EA. RGB value is (244,128,234). Sum of RGB (Red+Green+Blue) = 244+128+234=606 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.26% from 606); Green value is 128 (50.39% from 255 or 21.12% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 244 - color contains mainly: red. Hex color #F480EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F480EA is #0B7F15. Grayscale: #AEAEAE. Windows color (decimal): -753430 or 15368436. OLE color: 15368436.

HSL color Cylindrical-coordinate representation of color #F480EA: hue angle of 305.17º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F480EA is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 128 234 -
CMYK 0 0.48 0.04 0.04
HSL 305.17º 0.84% 0.73% -
HSV(B) 305.17º 0.48% 0.96% -
XYZ 59.88 40.61 82.52 -
YUV 174.77 161.43 177.38 -
System Red Green Blue C M Y K H S L
Decimal 244 128 234 0 0.48 0.04 0.04 305.17 0.84 0.73
Hex F4 80 EA 0 30 4 4 131 54 49
Octal 364 200 352 0 60 4 4 461 124 111
Binary 11110100 10000000 11101010 0 110000 100 100 100110001 1010100 1001001

Color Harmonies of #F480EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F480EA

Black with #F480EA

Text Example


Text Example

White with #F480EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F480EA; }

 p { color: rgb(244,128,234); }

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

background-color css

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

 a { background-color: rgb(244,128,234); }

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

border-color css

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

 span { border-color: rgb(244,128,234); }

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