Html Css Color HEX #FF237D Deep Pink

📋 copy color: '#FF237D'

red 255 ◦ green 35 ◦ blue 125

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

Shades of Deep Pink #FF237D

Tints of Deep Pink #FF237D

RGB

 RED value IS 255 (100% from 255) = 61.45%

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

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

R = 61.45%
G = 8.43%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF237D (or 0xFF237D) is known color: Deep Pink. HEX triplet: FF, 23 and 7D. RGB value is (255,35,125). Sum of RGB (Red+Green+Blue) = 255+35+125=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 35 (14.06% from 255 or 8.43% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF237D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF237D is #00DC82. Grayscale: #6E6E6E. Windows color (decimal): -56451 or 8201215. OLE color: 8201215.

HSL color Cylindrical-coordinate representation of color #FF237D: hue angle of 335.45º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF237D is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 255 35 125 -
CMYK 0 0.86 0.51 0
HSL 335.45º 1% 0.57% -
HSV(B) 335.45º 0.86% 1% -
XYZ 45.54 23.94 21.62 -
YUV 111.04 135.89 230.68 -
System Red Green Blue C M Y K H S L
Decimal 255 35 125 0 0.86 0.51 0 335.45 1 0.57
Hex FF 23 7D 0 56 33 0 14F 64 39
Octal 377 43 175 0 126 63 0 517 144 71
Binary 11111111 100011 1111101 0 1010110 110011 0 101001111 1100100 111001

Color Harmonies of #FF237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF237D

Black with #FF237D

Text Example


Text Example

White with #FF237D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF237D; }

 p { color: rgb(255,35,125); }

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

background-color css

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

 a { background-color: rgb(255,35,125); }

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

border-color css

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

 span { border-color: rgb(255,35,125); }

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