Html Css Color HEX #F893FF Violet

📋 copy color: '#F893FF'

red 248 ◦ green 147 ◦ blue 255

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

Shades of Violet #F893FF

Tints of Violet #F893FF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 22.62%

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

R = 38.15%
G = 22.62%
B = 39.23%

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

#F893FF (or 0xF893FF) is known color: Violet. HEX triplet: F8, 93 and FF. RGB value is (248,147,255). Sum of RGB (Red+Green+Blue) = 248+147+255=650 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.15% from 650); Green value is 147 (57.81% from 255 or 22.62% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #F893FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F893FF is #076C00. Grayscale: #BDBDBD. Windows color (decimal): -486401 or 16749560. OLE color: 16749560.

HSL color Cylindrical-coordinate representation of color #F893FF: hue angle of 296.11º 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 #F893FF is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 248 147 255 -
CMYK 0.03 0.42 0 0
HSL 296.11º 1% 0.79% -
HSV(B) 296.11º 0.42% 1% -
XYZ 67.2 48.04 100.34 -
YUV 189.51 164.96 169.72 -
System Red Green Blue C M Y K H S L
Decimal 248 147 255 0.03 0.42 0 0 296.11 1 0.79
Hex F8 93 FF 3 2A 0 0 128 64 4F
Octal 370 223 377 3 52 0 0 450 144 117
Binary 11111000 10010011 11111111 11 101010 0 0 100101000 1100100 1001111

Color Harmonies of #F893FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F893FF

Black with #F893FF

Text Example


Text Example

White with #F893FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F893FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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