Html Css Color HEX #FD228A Deep Pink

📋 copy color: '#FD228A'

red 253 ◦ green 34 ◦ blue 138

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

Shades of Deep Pink #FD228A

Tints of Deep Pink #FD228A

RGB

 RED value IS 253 (99.22% from 255) = 59.53%

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

 BLUE value IS 138 (54.3% from 255) = 32.47%

R = 59.53%
G = 8%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD228A (or 0xFD228A) is known color: Deep Pink. HEX triplet: FD, 22 and 8A. RGB value is (253,34,138). Sum of RGB (Red+Green+Blue) = 253+34+138=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD228A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD228A is #02DD75. Grayscale: #6F6F6F. Windows color (decimal): -187766 or 9052925. OLE color: 9052925.

HSL color Cylindrical-coordinate representation of color #FD228A: hue angle of 331.51º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD228A is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 34 138 -
CMYK 0 0.87 0.45 0.01
HSL 331.51º 0.98% 0.56% -
HSV(B) 331.51º 0.87% 0.99% -
XYZ 45.67 23.86 26.24 -
YUV 111.34 143.05 229.04 -
System Red Green Blue C M Y K H S L
Decimal 253 34 138 0 0.87 0.45 0.01 331.51 0.98 0.56
Hex FD 22 8A 0 57 2D 1 14C 62 38
Octal 375 42 212 0 127 55 1 514 142 70
Binary 11111101 100010 10001010 0 1010111 101101 1 101001100 1100010 111000

Color Harmonies of #FD228A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD228A

Black with #FD228A

Text Example


Text Example

White with #FD228A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD228A; }

 p { color: rgb(253,34,138); }

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

background-color css

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

 a { background-color: rgb(253,34,138); }

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

border-color css

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

 span { border-color: rgb(253,34,138); }

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