Html Css Color HEX #F893F2 Violet

📋 copy color: '#F893F2'

red 248 ◦ green 147 ◦ blue 242

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

Shades of Violet #F893F2

Tints of Violet #F893F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.99%

R = 38.93%
G = 23.08%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F893F2 (or 0xF893F2) is known color: Violet. HEX triplet: F8, 93 and F2. RGB value is (248,147,242). Sum of RGB (Red+Green+Blue) = 248+147+242=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 147 (57.81% from 255 or 23.08% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F893F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F893F2 is #076C0D. Grayscale: #BBBBBB. Windows color (decimal): -486414 or 15897592. OLE color: 15897592.

HSL color Cylindrical-coordinate representation of color #F893F2: hue angle of 303.56º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F893F2 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 147 242 -
CMYK 0 0.41 0.02 0.03
HSL 303.56º 0.88% 0.77% -
HSV(B) 303.56º 0.41% 0.97% -
XYZ 65.17 47.23 89.69 -
YUV 188.03 158.46 170.78 -
System Red Green Blue C M Y K H S L
Decimal 248 147 242 0 0.41 0.02 0.03 303.56 0.88 0.77
Hex F8 93 F2 0 29 2 3 130 58 4D
Octal 370 223 362 0 51 2 3 460 130 115
Binary 11111000 10010011 11110010 0 101001 10 11 100110000 1011000 1001101

Color Harmonies of #F893F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F893F2

Black with #F893F2

Text Example


Text Example

White with #F893F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F893F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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