Html Css Color HEX #F88EF2 Violet

📋 copy color: '#F88EF2'

red 248 ◦ green 142 ◦ blue 242

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

Shades of Violet #F88EF2

Tints of Violet #F88EF2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 22.47%

 BLUE value IS 242 (94.92% from 255) = 38.29%

R = 39.24%
G = 22.47%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F88EF2 (or 0xF88EF2) is known color: Violet. HEX triplet: F8, 8E and F2. RGB value is (248,142,242). Sum of RGB (Red+Green+Blue) = 248+142+242=632 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.24% from 632); Green value is 142 (55.86% from 255 or 22.47% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 248 - color contains mainly: red. Hex color #F88EF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88EF2 is #07710D. Grayscale: #B8B8B8. Windows color (decimal): -487694 or 15896312. OLE color: 15896312.

HSL color Cylindrical-coordinate representation of color #F88EF2: hue angle of 303.4º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88EF2 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 142 242 -
CMYK 0 0.43 0.02 0.03
HSL 303.4º 0.88% 0.76% -
HSV(B) 303.4º 0.43% 0.97% -
XYZ 64.41 45.71 89.43 -
YUV 185.09 160.12 172.87 -
System Red Green Blue C M Y K H S L
Decimal 248 142 242 0 0.43 0.02 0.03 303.4 0.88 0.76
Hex F8 8E F2 0 2B 2 3 12F 58 4C
Octal 370 216 362 0 53 2 3 457 130 114
Binary 11111000 10001110 11110010 0 101011 10 11 100101111 1011000 1001100

Color Harmonies of #F88EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88EF2

Black with #F88EF2

Text Example


Text Example

White with #F88EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88EF2; }

 p { color: rgb(248,142,242); }

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

background-color css

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

 a { background-color: rgb(248,142,242); }

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

border-color css

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

 span { border-color: rgb(248,142,242); }

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