Html Css Color HEX #FD237F Deep Pink

📋 copy color: '#FD237F'

red 253 ◦ green 35 ◦ blue 127

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

Shades of Deep Pink #FD237F

Tints of Deep Pink #FD237F

RGB

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

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

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

R = 60.96%
G = 8.43%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD237F (or 0xFD237F) is known color: Deep Pink. HEX triplet: FD, 23 and 7F. RGB value is (253,35,127). Sum of RGB (Red+Green+Blue) = 253+35+127=415 (54% of max value = 765). Red value is 253 (99.22% from 255 or 60.96% from 415); Green value is 35 (14.06% from 255 or 8.43% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 253 - color contains mainly: red. Hex color #FD237F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD237F is #02DC80. Grayscale: #6E6E6E. Windows color (decimal): -187521 or 8332285. OLE color: 8332285.

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

Color convert

RGB 253 35 127 -
CMYK 0 0.86 0.50 0.01
HSL 334.68º 0.98% 0.56% -
HSV(B) 334.68º 0.86% 0.99% -
XYZ 44.94 23.62 22.27 -
YUV 110.67 137.22 229.52 -
System Red Green Blue C M Y K H S L
Decimal 253 35 127 0 0.86 0.50 0.01 334.68 0.98 0.56
Hex FD 23 7F 0 56 32 1 14F 62 38
Octal 375 43 177 0 126 62 1 517 142 70
Binary 11111101 100011 1111111 0 1010110 110010 1 101001111 1100010 111000

Color Harmonies of #FD237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD237F

Black with #FD237F

Text Example


Text Example

White with #FD237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD237F; }

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

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

background-color css

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

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

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

border-color css

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

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

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