Html Css Color HEX #FA217F Deep Pink

📋 copy color: '#FA217F'

red 250 ◦ green 33 ◦ blue 127

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

Shades of Deep Pink #FA217F

Tints of Deep Pink #FA217F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.05%

 BLUE value IS 127 (50% from 255) = 30.98%

R = 60.98%
G = 8.05%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA217F (or 0xFA217F) is known color: Deep Pink. HEX triplet: FA, 21 and 7F. RGB value is (250,33,127). Sum of RGB (Red+Green+Blue) = 250+33+127=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA217F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA217F is #05DE80. Grayscale: #6C6C6C. Windows color (decimal): -384641 or 8331770. OLE color: 8331770.

HSL color Cylindrical-coordinate representation of color #FA217F: hue angle of 334.01º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA217F is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 33 127 -
CMYK 0 0.87 0.49 0.02
HSL 334.01º 0.96% 0.55% -
HSV(B) 334.01º 0.87% 0.98% -
XYZ 43.8 22.94 22.2 -
YUV 108.6 138.39 228.86 -
System Red Green Blue C M Y K H S L
Decimal 250 33 127 0 0.87 0.49 0.02 334.01 0.96 0.55
Hex FA 21 7F 0 57 31 2 14E 60 37
Octal 372 41 177 0 127 61 2 516 140 67
Binary 11111010 100001 1111111 0 1010111 110001 10 101001110 1100000 110111

Color Harmonies of #FA217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA217F

Black with #FA217F

Text Example


Text Example

White with #FA217F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA217F; }

 p { color: rgb(250,33,127); }

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

background-color css

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

 a { background-color: rgb(250,33,127); }

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

border-color css

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

 span { border-color: rgb(250,33,127); }

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