Html Css Color HEX #FD227B Deep Pink

📋 copy color: '#FD227B'

red 253 ◦ green 34 ◦ blue 123

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

Shades of Deep Pink #FD227B

Tints of Deep Pink #FD227B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30%

R = 61.71%
G = 8.29%
B = 30%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD227B (or 0xFD227B) is known color: Deep Pink. HEX triplet: FD, 22 and 7B. RGB value is (253,34,123). Sum of RGB (Red+Green+Blue) = 253+34+123=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 34 (13.67% from 255 or 8.29% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD227B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD227B is #02DD84. Grayscale: #6D6D6D. Windows color (decimal): -187781 or 8069885. OLE color: 8069885.

HSL color Cylindrical-coordinate representation of color #FD227B: hue angle of 335.62º 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 #FD227B is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 34 123 -
CMYK 0 0.87 0.51 0.01
HSL 335.62º 0.98% 0.56% -
HSV(B) 335.62º 0.87% 0.99% -
XYZ 44.66 23.46 20.91 -
YUV 109.63 135.55 230.26 -
System Red Green Blue C M Y K H S L
Decimal 253 34 123 0 0.87 0.51 0.01 335.62 0.98 0.56
Hex FD 22 7B 0 57 33 1 150 62 38
Octal 375 42 173 0 127 63 1 520 142 70
Binary 11111101 100010 1111011 0 1010111 110011 1 101010000 1100010 111000

Color Harmonies of #FD227B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD227B

Black with #FD227B

Text Example


Text Example

White with #FD227B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD227B; }

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

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

background-color css

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

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

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

border-color css

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

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

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