Html Css Color HEX #F88FFC Violet

📋 copy color: '#F88FFC'

red 248 ◦ green 143 ◦ blue 252

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

Shades of Violet #F88FFC

Tints of Violet #F88FFC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 22.24%

 BLUE value IS 252 (98.83% from 255) = 39.19%

R = 38.57%
G = 22.24%
B = 39.19%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F88FFC (or 0xF88FFC) is known color: Violet. HEX triplet: F8, 8F and FC. RGB value is (248,143,252). Sum of RGB (Red+Green+Blue) = 248+143+252=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 143 (56.25% from 255 or 22.24% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #F88FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88FFC is #077003. Grayscale: #BABABA. Windows color (decimal): -487428 or 16551928. OLE color: 16551928.

HSL color Cylindrical-coordinate representation of color #F88FFC: hue angle of 297.8º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88FFC is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 248 143 252 -
CMYK 0.02 0.43 0 0.01
HSL 297.8º 0.95% 0.77% -
HSV(B) 297.8º 0.43% 0.99% -
XYZ 66.1 46.63 97.61 -
YUV 186.82 164.79 171.64 -
System Red Green Blue C M Y K H S L
Decimal 248 143 252 0.02 0.43 0 0.01 297.8 0.95 0.77
Hex F8 8F FC 2 2B 0 1 12A 5F 4D
Octal 370 217 374 2 53 0 1 452 137 115
Binary 11111000 10001111 11111100 10 101011 0 1 100101010 1011111 1001101

Color Harmonies of #F88FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88FFC

Black with #F88FFC

Text Example


Text Example

White with #F88FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88FFC; }

 p { color: rgb(248,143,252); }

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

background-color css

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

 a { background-color: rgb(248,143,252); }

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

border-color css

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

 span { border-color: rgb(248,143,252); }

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