Html Css Color HEX #FC258A Deep Pink

📋 copy color: '#FC258A'

red 252 ◦ green 37 ◦ blue 138

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

Shades of Deep Pink #FC258A

Tints of Deep Pink #FC258A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.32%

R = 59.02%
G = 8.67%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC258A (or 0xFC258A) is known color: Deep Pink. HEX triplet: FC, 25 and 8A. RGB value is (252,37,138). Sum of RGB (Red+Green+Blue) = 252+37+138=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC258A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC258A is #03DA75. Grayscale: #707070. Windows color (decimal): -252534 or 9053692. OLE color: 9053692.

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

Color convert

RGB 252 37 138 -
CMYK 0 0.85 0.45 0.01
HSL 331.81º 0.97% 0.57% -
HSV(B) 331.81º 0.85% 0.99% -
XYZ 45.39 23.85 26.26 -
YUV 112.8 142.23 227.29 -
System Red Green Blue C M Y K H S L
Decimal 252 37 138 0 0.85 0.45 0.01 331.81 0.97 0.57
Hex FC 25 8A 0 55 2D 1 14C 61 39
Octal 374 45 212 0 125 55 1 514 141 71
Binary 11111100 100101 10001010 0 1010101 101101 1 101001100 1100001 111001

Color Harmonies of #FC258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC258A

Black with #FC258A

Text Example


Text Example

White with #FC258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC258A; }

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

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

background-color css

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

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

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

border-color css

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

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

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