Html Css Color HEX #F87AF1 Violet

📋 copy color: '#F87AF1'

red 248 ◦ green 122 ◦ blue 241

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

Shades of Violet #F87AF1

Tints of Violet #F87AF1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 19.97%

 BLUE value IS 241 (94.53% from 255) = 39.44%

R = 40.59%
G = 19.97%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F87AF1 (or 0xF87AF1) is known color: Violet. HEX triplet: F8, 7A and F1. RGB value is (248,122,241). Sum of RGB (Red+Green+Blue) = 248+122+241=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 122 (48.05% from 255 or 19.97% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F87AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F87AF1 is #07850E. Grayscale: #ACACAC. Windows color (decimal): -492815 or 15825656. OLE color: 15825656.

HSL color Cylindrical-coordinate representation of color #F87AF1: hue angle of 303.33º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F87AF1 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 122 241 -
CMYK 0 0.51 0.03 0.03
HSL 303.33º 0.9% 0.73% -
HSV(B) 303.33º 0.51% 0.97% -
XYZ 61.55 40.23 87.74 -
YUV 173.24 166.24 181.32 -
System Red Green Blue C M Y K H S L
Decimal 248 122 241 0 0.51 0.03 0.03 303.33 0.9 0.73
Hex F8 7A F1 0 33 3 3 12F 5A 49
Octal 370 172 361 0 63 3 3 457 132 111
Binary 11111000 1111010 11110001 0 110011 11 11 100101111 1011010 1001001

Color Harmonies of #F87AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87AF1

Black with #F87AF1

Text Example


Text Example

White with #F87AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87AF1; }

 p { color: rgb(248,122,241); }

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

background-color css

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

 a { background-color: rgb(248,122,241); }

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

border-color css

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

 span { border-color: rgb(248,122,241); }

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