Html Css Color HEX #F896FA Violet

📋 copy color: '#F896FA'

red 248 ◦ green 150 ◦ blue 250

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

Shades of Violet #F896FA

Tints of Violet #F896FA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.15%

 BLUE value IS 250 (98.05% from 255) = 38.58%

R = 38.27%
G = 23.15%
B = 38.58%

CMYK

 C value IS 0.01

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F896FA (or 0xF896FA) is known color: Violet. HEX triplet: F8, 96 and FA. RGB value is (248,150,250). Sum of RGB (Red+Green+Blue) = 248+150+250=648 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.27% from 648); Green value is 150 (58.98% from 255 or 23.15% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #F896FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F896FA is #076905. Grayscale: #BEBEBE. Windows color (decimal): -485638 or 16422648. OLE color: 16422648.

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

Color convert

RGB 248 150 250 -
CMYK 0.01 0.4 0 0.02
HSL 298.8º 0.91% 0.78% -
HSV(B) 298.8º 0.4% 0.98% -
XYZ 66.87 48.67 96.31 -
YUV 190.7 161.47 168.87 -
System Red Green Blue C M Y K H S L
Decimal 248 150 250 0.01 0.4 0 0.02 298.8 0.91 0.78
Hex F8 96 FA 1 28 0 2 12B 5B 4E
Octal 370 226 372 1 50 0 2 453 133 116
Binary 11111000 10010110 11111010 1 101000 0 10 100101011 1011011 1001110

Color Harmonies of #F896FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F896FA

Black with #F896FA

Text Example


Text Example

White with #F896FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F896FA; }

 p { color: rgb(248,150,250); }

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

background-color css

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

 a { background-color: rgb(248,150,250); }

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

border-color css

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

 span { border-color: rgb(248,150,250); }

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