Html Css Color HEX #FA8FFD Violet

📋 copy color: '#FA8FFD'

red 250 ◦ green 143 ◦ blue 253

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

Shades of Violet #FA8FFD

Tints of Violet #FA8FFD

RGB

 RED value IS 250 (98.05% from 255) = 38.7%

 GREEN value IS 143 (56.25% from 255) = 22.14%

 BLUE value IS 253 (99.22% from 255) = 39.16%

R = 38.7%
G = 22.14%
B = 39.16%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FA8FFD (or 0xFA8FFD) is known color: Violet. HEX triplet: FA, 8F and FD. RGB value is (250,143,253). Sum of RGB (Red+Green+Blue) = 250+143+253=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 143 (56.25% from 255 or 22.14% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA8FFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8FFD is #057002. Grayscale: #BBBBBB. Windows color (decimal): -356355 or 16617466. OLE color: 16617466.

HSL color Cylindrical-coordinate representation of color #FA8FFD: hue angle of 298.36º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8FFD is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 143 253 -
CMYK 0.01 0.43 0 0.01
HSL 298.36º 0.96% 0.78% -
HSV(B) 298.36º 0.43% 0.99% -
XYZ 66.98 47.06 98.48 -
YUV 187.53 164.95 172.56 -
System Red Green Blue C M Y K H S L
Decimal 250 143 253 0.01 0.43 0 0.01 298.36 0.96 0.78
Hex FA 8F FD 1 2B 0 1 12A 60 4E
Octal 372 217 375 1 53 0 1 452 140 116
Binary 11111010 10001111 11111101 1 101011 0 1 100101010 1100000 1001110

Color Harmonies of #FA8FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8FFD

Black with #FA8FFD

Text Example


Text Example

White with #FA8FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8FFD; }

 p { color: rgb(250,143,253); }

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

background-color css

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

 a { background-color: rgb(250,143,253); }

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

border-color css

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

 span { border-color: rgb(250,143,253); }

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