Html Css Color HEX #F481EA Violet

📋 copy color: '#F481EA'

red 244 ◦ green 129 ◦ blue 234

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

Shades of Violet #F481EA

Tints of Violet #F481EA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.25%

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

R = 40.2%
G = 21.25%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F481EA (or 0xF481EA) is known color: Violet. HEX triplet: F4, 81 and EA. RGB value is (244,129,234). Sum of RGB (Red+Green+Blue) = 244+129+234=607 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.20% from 607); Green value is 129 (50.78% from 255 or 21.25% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 244 - color contains mainly: red. Hex color #F481EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F481EA is #0B7E15. Grayscale: #AFAFAF. Windows color (decimal): -753174 or 15368692. OLE color: 15368692.

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

Color convert

RGB 244 129 234 -
CMYK 0 0.47 0.04 0.04
HSL 305.22º 0.84% 0.73% -
HSV(B) 305.22º 0.47% 0.96% -
XYZ 60.01 40.87 82.57 -
YUV 175.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 244 129 234 0 0.47 0.04 0.04 305.22 0.84 0.73
Hex F4 81 EA 0 2F 4 4 131 54 49
Octal 364 201 352 0 57 4 4 461 124 111
Binary 11110100 10000001 11101010 0 101111 100 100 100110001 1010100 1001001

Color Harmonies of #F481EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F481EA

Black with #F481EA

Text Example


Text Example

White with #F481EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F481EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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