Html Css Color HEX #FD237A Deep Pink

📋 copy color: '#FD237A'

red 253 ◦ green 35 ◦ blue 122

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

Shades of Deep Pink #FD237A

Tints of Deep Pink #FD237A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.54%

 BLUE value IS 122 (48.05% from 255) = 29.76%

R = 61.71%
G = 8.54%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD237A (or 0xFD237A) is known color: Deep Pink. HEX triplet: FD, 23 and 7A. RGB value is (253,35,122). Sum of RGB (Red+Green+Blue) = 253+35+122=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD237A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD237A is #02DC85. Grayscale: #6D6D6D. Windows color (decimal): -187526 or 8004605. OLE color: 8004605.

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

Color convert

RGB 253 35 122 -
CMYK 0 0.86 0.52 0.01
HSL 336.06º 0.98% 0.56% -
HSV(B) 336.06º 0.86% 0.99% -
XYZ 44.62 23.49 20.59 -
YUV 110.1 134.72 229.93 -
System Red Green Blue C M Y K H S L
Decimal 253 35 122 0 0.86 0.52 0.01 336.06 0.98 0.56
Hex FD 23 7A 0 56 34 1 150 62 38
Octal 375 43 172 0 126 64 1 520 142 70
Binary 11111101 100011 1111010 0 1010110 110100 1 101010000 1100010 111000

Color Harmonies of #FD237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD237A

Black with #FD237A

Text Example


Text Example

White with #FD237A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD237A; }

 p { color: rgb(253,35,122); }

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

background-color css

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

 a { background-color: rgb(253,35,122); }

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

border-color css

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

 span { border-color: rgb(253,35,122); }

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