Html Css Color HEX #F882F0 Violet

📋 copy color: '#F882F0'

red 248 ◦ green 130 ◦ blue 240

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

Shades of Violet #F882F0

Tints of Violet #F882F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.83%

R = 40.13%
G = 21.04%
B = 38.83%

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

#F882F0 (or 0xF882F0) is known color: Violet. HEX triplet: F8, 82 and F0. RGB value is (248,130,240). Sum of RGB (Red+Green+Blue) = 248+130+240=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 130 (51.17% from 255 or 21.04% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F882F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F882F0 is #077D0F. Grayscale: #B1B1B1. Windows color (decimal): -490768 or 15762168. OLE color: 15762168.

HSL color Cylindrical-coordinate representation of color #F882F0: hue angle of 304.07º 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 #F882F0 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 130 240 -
CMYK 0 0.48 0.03 0.03
HSL 304.07º 0.89% 0.74% -
HSV(B) 304.07º 0.48% 0.97% -
XYZ 62.42 42.21 87.3 -
YUV 177.82 163.09 178.06 -
System Red Green Blue C M Y K H S L
Decimal 248 130 240 0 0.48 0.03 0.03 304.07 0.89 0.74
Hex F8 82 F0 0 30 3 3 130 59 4A
Octal 370 202 360 0 60 3 3 460 131 112
Binary 11111000 10000010 11110000 0 110000 11 11 100110000 1011001 1001010

Color Harmonies of #F882F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F882F0

Black with #F882F0

Text Example


Text Example

White with #F882F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F882F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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