Html Css Color HEX #FC237F Deep Pink

📋 copy color: '#FC237F'

red 252 ◦ green 35 ◦ blue 127

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

Shades of Deep Pink #FC237F

Tints of Deep Pink #FC237F

RGB

 RED value IS 252 (98.83% from 255) = 60.87%

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

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

R = 60.87%
G = 8.45%
B = 30.68%

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

#FC237F (or 0xFC237F) is known color: Deep Pink. HEX triplet: FC, 23 and 7F. RGB value is (252,35,127). Sum of RGB (Red+Green+Blue) = 252+35+127=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC237F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC237F is #03DC80. Grayscale: #6E6E6E. Windows color (decimal): -253057 or 8332284. OLE color: 8332284.

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

Color convert

RGB 252 35 127 -
CMYK 0 0.86 0.50 0.01
HSL 334.56º 0.97% 0.56% -
HSV(B) 334.56º 0.86% 0.99% -
XYZ 44.58 23.43 22.25 -
YUV 110.37 137.39 229.02 -
System Red Green Blue C M Y K H S L
Decimal 252 35 127 0 0.86 0.50 0.01 334.56 0.97 0.56
Hex FC 23 7F 0 56 32 1 14F 61 38
Octal 374 43 177 0 126 62 1 517 141 70
Binary 11111100 100011 1111111 0 1010110 110010 1 101001111 1100001 111000

Color Harmonies of #FC237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC237F

Black with #FC237F

Text Example


Text Example

White with #FC237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC237F; }

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

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

background-color css

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

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

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

border-color css

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

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

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