Html Css Color HEX #F895FF Violet

📋 copy color: '#F895FF'

red 248 ◦ green 149 ◦ blue 255

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

Shades of Violet #F895FF

Tints of Violet #F895FF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 22.85%

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

R = 38.04%
G = 22.85%
B = 39.11%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F895FF (or 0xF895FF) is known color: Violet. HEX triplet: F8, 95 and FF. RGB value is (248,149,255). Sum of RGB (Red+Green+Blue) = 248+149+255=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 149 (58.59% from 255 or 22.85% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #F895FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F895FF is #076A00. Grayscale: #BEBEBE. Windows color (decimal): -485889 or 16750072. OLE color: 16750072.

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

Color convert

RGB 248 149 255 -
CMYK 0.03 0.42 0 0
HSL 296.04º 1% 0.79% -
HSV(B) 296.04º 0.42% 1% -
XYZ 67.51 48.67 100.44 -
YUV 190.69 164.3 168.88 -
System Red Green Blue C M Y K H S L
Decimal 248 149 255 0.03 0.42 0 0 296.04 1 0.79
Hex F8 95 FF 3 2A 0 0 128 64 4F
Octal 370 225 377 3 52 0 0 450 144 117
Binary 11111000 10010101 11111111 11 101010 0 0 100101000 1100100 1001111

Color Harmonies of #F895FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F895FF

Black with #F895FF

Text Example


Text Example

White with #F895FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F895FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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