Html Css Color HEX #FF237F Deep Pink

📋 copy color: '#FF237F'

red 255 ◦ green 35 ◦ blue 127

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

Shades of Deep Pink #FF237F

Tints of Deep Pink #FF237F

RGB

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

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

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

R = 61.15%
G = 8.39%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF237F (or 0xFF237F) is known color: Deep Pink. HEX triplet: FF, 23 and 7F. RGB value is (255,35,127). Sum of RGB (Red+Green+Blue) = 255+35+127=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF237F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF237F is #00DC80. Grayscale: #6F6F6F. Windows color (decimal): -56449 or 8332287. OLE color: 8332287.

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

Color convert

RGB 255 35 127 -
CMYK 0 0.86 0.50 0
HSL 334.91º 1% 0.57% -
HSV(B) 334.91º 0.86% 1% -
XYZ 45.67 23.99 22.3 -
YUV 111.27 136.89 230.52 -
System Red Green Blue C M Y K H S L
Decimal 255 35 127 0 0.86 0.50 0 334.91 1 0.57
Hex FF 23 7F 0 56 32 0 14F 64 39
Octal 377 43 177 0 126 62 0 517 144 71
Binary 11111111 100011 1111111 0 1010110 110010 0 101001111 1100100 111001

Color Harmonies of #FF237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF237F

Black with #FF237F

Text Example


Text Example

White with #FF237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF237F; }

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

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

background-color css

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

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

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

border-color css

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

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

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