Html Css Color HEX #FD6FBA Hot Pink

📋 copy color: '#FD6FBA'

red 253 ◦ green 111 ◦ blue 186

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

Shades of Hot Pink #FD6FBA

Tints of Hot Pink #FD6FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.18%

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

R = 46%
G = 20.18%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD6FBA (or 0xFD6FBA) is known color: Hot Pink. HEX triplet: FD, 6F and BA. RGB value is (253,111,186). Sum of RGB (Red+Green+Blue) = 253+111+186=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 111 (43.75% from 255 or 20.18% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6FBA is #029045. Grayscale: #A1A1A1. Windows color (decimal): -168006 or 12218365. OLE color: 12218365.

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

Color convert

RGB 253 111 186 -
CMYK 0 0.56 0.26 0.01
HSL 328.31º 0.97% 0.71% -
HSV(B) 328.31º 0.56% 0.99% -
XYZ 55.06 35.8 50.46 -
YUV 162.01 141.54 192.9 -
System Red Green Blue C M Y K H S L
Decimal 253 111 186 0 0.56 0.26 0.01 328.31 0.97 0.71
Hex FD 6F BA 0 38 1A 1 148 61 47
Octal 375 157 272 0 70 32 1 510 141 107
Binary 11111101 1101111 10111010 0 111000 11010 1 101001000 1100001 1000111

Color Harmonies of #FD6FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6FBA

Black with #FD6FBA

Text Example


Text Example

White with #FD6FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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