Html Css Color HEX #F882F1 Violet

📋 copy color: '#F882F1'

red 248 ◦ green 130 ◦ blue 241

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

Shades of Violet #F882F1

Tints of Violet #F882F1

RGB

 RED value IS 248 (97.27% from 255) = 40.06%

 GREEN value IS 130 (51.17% from 255) = 21%

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

R = 40.06%
G = 21%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F882F1 (or 0xF882F1) is known color: Violet. HEX triplet: F8, 82 and F1. RGB value is (248,130,241). Sum of RGB (Red+Green+Blue) = 248+130+241=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 130 (51.17% from 255 or 21.00% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F882F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F882F1 is #077D0E. Grayscale: #B1B1B1. Windows color (decimal): -490767 or 15827704. OLE color: 15827704.

HSL color Cylindrical-coordinate representation of color #F882F1: hue angle of 303.56º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F882F1 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 130 241 -
CMYK 0 0.48 0.03 0.03
HSL 303.56º 0.89% 0.74% -
HSV(B) 303.56º 0.48% 0.97% -
XYZ 62.57 42.27 88.08 -
YUV 177.94 163.59 177.97 -
System Red Green Blue C M Y K H S L
Decimal 248 130 241 0 0.48 0.03 0.03 303.56 0.89 0.74
Hex F8 82 F1 0 30 3 3 130 59 4A
Octal 370 202 361 0 60 3 3 460 131 112
Binary 11111000 10000010 11110001 0 110000 11 11 100110000 1011001 1001010

Color Harmonies of #F882F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F882F1

Black with #F882F1

Text Example


Text Example

White with #F882F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F882F1; }

 p { color: rgb(248,130,241); }

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

background-color css

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

 a { background-color: rgb(248,130,241); }

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

border-color css

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

 span { border-color: rgb(248,130,241); }

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