Html Css Color HEX #F88CFF Violet

📋 copy color: '#F88CFF'

red 248 ◦ green 140 ◦ blue 255

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

Shades of Violet #F88CFF

Tints of Violet #F88CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 21.77%

 BLUE value IS 255 (100% from 255) = 39.66%

R = 38.57%
G = 21.77%
B = 39.66%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F88CFF (or 0xF88CFF) is known color: Violet. HEX triplet: F8, 8C and FF. RGB value is (248,140,255). Sum of RGB (Red+Green+Blue) = 248+140+255=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 140 (55.08% from 255 or 21.77% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #F88CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88CFF is #077300. Grayscale: #B9B9B9. Windows color (decimal): -488193 or 16747768. OLE color: 16747768.

HSL color Cylindrical-coordinate representation of color #F88CFF: hue angle of 296.35º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F88CFF is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 248 140 255 -
CMYK 0.03 0.45 0 0
HSL 296.35º 1% 0.77% -
HSV(B) 296.35º 0.45% 1% -
XYZ 66.14 45.93 99.99 -
YUV 185.4 167.28 172.65 -
System Red Green Blue C M Y K H S L
Decimal 248 140 255 0.03 0.45 0 0 296.35 1 0.77
Hex F8 8C FF 3 2D 0 0 128 64 4D
Octal 370 214 377 3 55 0 0 450 144 115
Binary 11111000 10001100 11111111 11 101101 0 0 100101000 1100100 1001101

Color Harmonies of #F88CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88CFF

Black with #F88CFF

Text Example


Text Example

White with #F88CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88CFF; }

 p { color: rgb(248,140,255); }

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

background-color css

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

 a { background-color: rgb(248,140,255); }

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

border-color css

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

 span { border-color: rgb(248,140,255); }

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