Html Css Color HEX #FC257B Deep Pink

📋 copy color: '#FC257B'

red 252 ◦ green 37 ◦ blue 123

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

Shades of Deep Pink #FC257B

Tints of Deep Pink #FC257B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.85%

R = 61.17%
G = 8.98%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC257B (or 0xFC257B) is known color: Deep Pink. HEX triplet: FC, 25 and 7B. RGB value is (252,37,123). Sum of RGB (Red+Green+Blue) = 252+37+123=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC257B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC257B is #03DA84. Grayscale: #6E6E6E. Windows color (decimal): -252549 or 8070652. OLE color: 8070652.

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

Color convert

RGB 252 37 123 -
CMYK 0 0.85 0.51 0.01
HSL 336º 0.97% 0.57% -
HSV(B) 336º 0.85% 0.99% -
XYZ 44.38 23.45 20.93 -
YUV 111.09 134.73 228.51 -
System Red Green Blue C M Y K H S L
Decimal 252 37 123 0 0.85 0.51 0.01 336 0.97 0.57
Hex FC 25 7B 0 55 33 1 150 61 39
Octal 374 45 173 0 125 63 1 520 141 71
Binary 11111100 100101 1111011 0 1010101 110011 1 101010000 1100001 111001

Color Harmonies of #FC257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC257B

Black with #FC257B

Text Example


Text Example

White with #FC257B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC257B; }

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

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

background-color css

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

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

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

border-color css

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

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

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