Html Css Color HEX #FD5CBF Hot Pink

📋 copy color: '#FD5CBF'

red 253 ◦ green 92 ◦ blue 191

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

Shades of Hot Pink #FD5CBF

Tints of Hot Pink #FD5CBF

RGB

 RED value IS 253 (99.22% from 255) = 47.2%

 GREEN value IS 92 (36.33% from 255) = 17.16%

 BLUE value IS 191 (75% from 255) = 35.63%

R = 47.2%
G = 17.16%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FD5CBF (or 0xFD5CBF) is known color: Hot Pink. HEX triplet: FD, 5C and BF. RGB value is (253,92,191). Sum of RGB (Red+Green+Blue) = 253+92+191=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 92 (36.33% from 255 or 17.16% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5CBF is #02A340. Grayscale: #979797. Windows color (decimal): -172865 or 12541181. OLE color: 12541181.

HSL color Cylindrical-coordinate representation of color #FD5CBF: hue angle of 323.11º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5CBF is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 92 191 -
CMYK 0 0.64 0.25 0.01
HSL 323.11º 0.98% 0.68% -
HSV(B) 323.11º 0.64% 0.99% -
XYZ 53.74 32.3 52.69 -
YUV 151.43 150.34 200.45 -
System Red Green Blue C M Y K H S L
Decimal 253 92 191 0 0.64 0.25 0.01 323.11 0.98 0.68
Hex FD 5C BF 0 40 19 1 143 62 44
Octal 375 134 277 0 100 31 1 503 142 104
Binary 11111101 1011100 10111111 0 1000000 11001 1 101000011 1100010 1000100

Color Harmonies of #FD5CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5CBF

Black with #FD5CBF

Text Example


Text Example

White with #FD5CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5CBF; }

 p { color: rgb(253,92,191); }

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

background-color css

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

 a { background-color: rgb(253,92,191); }

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

border-color css

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

 span { border-color: rgb(253,92,191); }

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