Html Css Color HEX #FC257F Deep Pink

📋 copy color: '#FC257F'

red 252 ◦ green 37 ◦ blue 127

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

Shades of Deep Pink #FC257F

Tints of Deep Pink #FC257F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.89%

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

R = 60.58%
G = 8.89%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC257F (or 0xFC257F) is known color: Deep Pink. HEX triplet: FC, 25 and 7F. RGB value is (252,37,127). Sum of RGB (Red+Green+Blue) = 252+37+127=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC257F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC257F is #03DA80. Grayscale: #6F6F6F. Windows color (decimal): -252545 or 8332796. OLE color: 8332796.

HSL color Cylindrical-coordinate representation of color #FC257F: hue angle of 334.88º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC257F is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 37 127 -
CMYK 0 0.85 0.50 0.01
HSL 334.88º 0.97% 0.57% -
HSV(B) 334.88º 0.85% 0.99% -
XYZ 44.64 23.55 22.27 -
YUV 111.55 136.73 228.18 -
System Red Green Blue C M Y K H S L
Decimal 252 37 127 0 0.85 0.50 0.01 334.88 0.97 0.57
Hex FC 25 7F 0 55 32 1 14F 61 39
Octal 374 45 177 0 125 62 1 517 141 71
Binary 11111100 100101 1111111 0 1010101 110010 1 101001111 1100001 111001

Color Harmonies of #FC257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC257F

Black with #FC257F

Text Example


Text Example

White with #FC257F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC257F; }

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

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

background-color css

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

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

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

border-color css

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

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

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