Html Css Color HEX #F895FB Violet

📋 copy color: '#F895FB'

red 248 ◦ green 149 ◦ blue 251

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

Shades of Violet #F895FB

Tints of Violet #F895FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.73%

R = 38.27%
G = 22.99%
B = 38.73%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F895FB (or 0xF895FB) is known color: Violet. HEX triplet: F8, 95 and FB. RGB value is (248,149,251). Sum of RGB (Red+Green+Blue) = 248+149+251=648 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.27% from 648); Green value is 149 (58.59% from 255 or 22.99% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #F895FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F895FB is #076A04. Grayscale: #BDBDBD. Windows color (decimal): -485893 or 16487928. OLE color: 16487928.

HSL color Cylindrical-coordinate representation of color #F895FB: hue angle of 298.24º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F895FB is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 149 251 -
CMYK 0.01 0.41 0 0.02
HSL 298.24º 0.93% 0.78% -
HSV(B) 298.24º 0.41% 0.98% -
XYZ 66.87 48.42 97.09 -
YUV 190.23 162.3 169.21 -
System Red Green Blue C M Y K H S L
Decimal 248 149 251 0.01 0.41 0 0.02 298.24 0.93 0.78
Hex F8 95 FB 1 29 0 2 12A 5D 4E
Octal 370 225 373 1 51 0 2 452 135 116
Binary 11111000 10010101 11111011 1 101001 0 10 100101010 1011101 1001110

Color Harmonies of #F895FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F895FB

Black with #F895FB

Text Example


Text Example

White with #F895FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F895FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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