Html Css Color HEX #FA227D Deep Pink

📋 copy color: '#FA227D'

red 250 ◦ green 34 ◦ blue 125

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

Shades of Deep Pink #FA227D

Tints of Deep Pink #FA227D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.31%

 BLUE value IS 125 (49.22% from 255) = 30.56%

R = 61.12%
G = 8.31%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA227D (or 0xFA227D) is known color: Deep Pink. HEX triplet: FA, 22 and 7D. RGB value is (250,34,125). Sum of RGB (Red+Green+Blue) = 250+34+125=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 34 (13.67% from 255 or 8.31% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA227D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA227D is #05DD82. Grayscale: #6C6C6C. Windows color (decimal): -384387 or 8200954. OLE color: 8200954.

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

Color convert

RGB 250 34 125 -
CMYK 0 0.86 0.50 0.02
HSL 334.72º 0.96% 0.56% -
HSV(B) 334.72º 0.86% 0.98% -
XYZ 43.7 22.95 21.53 -
YUV 108.96 137.06 228.6 -
System Red Green Blue C M Y K H S L
Decimal 250 34 125 0 0.86 0.50 0.02 334.72 0.96 0.56
Hex FA 22 7D 0 56 32 2 14F 60 38
Octal 372 42 175 0 126 62 2 517 140 70
Binary 11111010 100010 1111101 0 1010110 110010 10 101001111 1100000 111000

Color Harmonies of #FA227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA227D

Black with #FA227D

Text Example


Text Example

White with #FA227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA227D; }

 p { color: rgb(250,34,125); }

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

background-color css

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

 a { background-color: rgb(250,34,125); }

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

border-color css

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

 span { border-color: rgb(250,34,125); }

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