Html Css Color HEX #F481F1 Violet

📋 copy color: '#F481F1'

red 244 ◦ green 129 ◦ blue 241

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

Shades of Violet #F481F1

Tints of Violet #F481F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.25%

R = 39.74%
G = 21.01%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F481F1 (or 0xF481F1) is known color: Violet. HEX triplet: F4, 81 and F1. RGB value is (244,129,241). Sum of RGB (Red+Green+Blue) = 244+129+241=614 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.74% from 614); Green value is 129 (50.78% from 255 or 21.01% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 244 - color contains mainly: red. Hex color #F481F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F481F1 is #0B7E0E. Grayscale: #AFAFAF. Windows color (decimal): -753167 or 15827444. OLE color: 15827444.

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

Color convert

RGB 244 129 241 -
CMYK 0 0.47 0.01 0.04
HSL 301.57º 0.84% 0.73% -
HSV(B) 301.57º 0.47% 0.96% -
XYZ 61.04 41.28 87.97 -
YUV 176.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 244 129 241 0 0.47 0.01 0.04 301.57 0.84 0.73
Hex F4 81 F1 0 2F 1 4 12E 54 49
Octal 364 201 361 0 57 1 4 456 124 111
Binary 11110100 10000001 11110001 0 101111 1 100 100101110 1010100 1001001

Color Harmonies of #F481F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F481F1

Black with #F481F1

Text Example


Text Example

White with #F481F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F481F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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