Html Css Color HEX #F885EF Violet

📋 copy color: '#F885EF'

red 248 ◦ green 133 ◦ blue 239

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

Shades of Violet #F885EF

Tints of Violet #F885EF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 21.45%

 BLUE value IS 239 (93.75% from 255) = 38.55%

R = 40%
G = 21.45%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F885EF (or 0xF885EF) is known color: Violet. HEX triplet: F8, 85 and EF. RGB value is (248,133,239). Sum of RGB (Red+Green+Blue) = 248+133+239=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 133 (52.34% from 255 or 21.45% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F885EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F885EF is #077A10. Grayscale: #B3B3B3. Windows color (decimal): -490001 or 15697400. OLE color: 15697400.

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

Color convert

RGB 248 133 239 -
CMYK 0 0.46 0.04 0.03
HSL 304.7º 0.89% 0.75% -
HSV(B) 304.7º 0.46% 0.97% -
XYZ 62.68 42.96 86.65 -
YUV 179.47 161.6 176.88 -
System Red Green Blue C M Y K H S L
Decimal 248 133 239 0 0.46 0.04 0.03 304.7 0.89 0.75
Hex F8 85 EF 0 2E 4 3 131 59 4B
Octal 370 205 357 0 56 4 3 461 131 113
Binary 11111000 10000101 11101111 0 101110 100 11 100110001 1011001 1001011

Color Harmonies of #F885EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F885EF

Black with #F885EF

Text Example


Text Example

White with #F885EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F885EF; }

 p { color: rgb(248,133,239); }

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

background-color css

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

 a { background-color: rgb(248,133,239); }

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

border-color css

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

 span { border-color: rgb(248,133,239); }

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