Html Css Color HEX #FD5FBA Hot Pink

📋 copy color: '#FD5FBA'

red 253 ◦ green 95 ◦ blue 186

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

Shades of Hot Pink #FD5FBA

Tints of Hot Pink #FD5FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.79%

 BLUE value IS 186 (73.05% from 255) = 34.83%

R = 47.38%
G = 17.79%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD5FBA (or 0xFD5FBA) is known color: Hot Pink. HEX triplet: FD, 5F and BA. RGB value is (253,95,186). Sum of RGB (Red+Green+Blue) = 253+95+186=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 95 (37.5% from 255 or 17.79% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5FBA is #02A045. Grayscale: #989898. Windows color (decimal): -172102 or 12214269. OLE color: 12214269.

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

Color convert

RGB 253 95 186 -
CMYK 0 0.62 0.26 0.01
HSL 325.44º 0.98% 0.68% -
HSV(B) 325.44º 0.62% 0.99% -
XYZ 53.46 32.61 49.93 -
YUV 152.62 146.85 199.6 -
System Red Green Blue C M Y K H S L
Decimal 253 95 186 0 0.62 0.26 0.01 325.44 0.98 0.68
Hex FD 5F BA 0 3E 1A 1 145 62 44
Octal 375 137 272 0 76 32 1 505 142 104
Binary 11111101 1011111 10111010 0 111110 11010 1 101000101 1100010 1000100

Color Harmonies of #FD5FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5FBA

Black with #FD5FBA

Text Example


Text Example

White with #FD5FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5FBA; }

 p { color: rgb(253,95,186); }

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

background-color css

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

 a { background-color: rgb(253,95,186); }

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

border-color css

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

 span { border-color: rgb(253,95,186); }

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