Html Css Color HEX #FF60BB Hot Pink

📋 copy color: '#FF60BB'

red 255 ◦ green 96 ◦ blue 187

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

Shades of Hot Pink #FF60BB

Tints of Hot Pink #FF60BB

RGB

 RED value IS 255 (100% from 255) = 47.4%

 GREEN value IS 96 (37.89% from 255) = 17.84%

 BLUE value IS 187 (73.44% from 255) = 34.76%

R = 47.4%
G = 17.84%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF60BB (or 0xFF60BB) is known color: Hot Pink. HEX triplet: FF, 60 and BB. RGB value is (255,96,187). Sum of RGB (Red+Green+Blue) = 255+96+187=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 96 (37.89% from 255 or 17.84% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF60BB is #009F44. Grayscale: #999999. Windows color (decimal): -40773 or 12280063. OLE color: 12280063.

HSL color Cylindrical-coordinate representation of color #FF60BB: hue angle of 325.66º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF60BB is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 255 96 187 -
CMYK 0 0.62 0.27 0
HSL 325.66º 1% 0.69% -
HSV(B) 325.66º 0.62% 1% -
XYZ 54.39 33.21 50.56 -
YUV 153.92 146.68 200.1 -
System Red Green Blue C M Y K H S L
Decimal 255 96 187 0 0.62 0.27 0 325.66 1 0.69
Hex FF 60 BB 0 3E 1B 0 146 64 45
Octal 377 140 273 0 76 33 0 506 144 105
Binary 11111111 1100000 10111011 0 111110 11011 0 101000110 1100100 1000101

Color Harmonies of #FF60BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF60BB

Black with #FF60BB

Text Example


Text Example

White with #FF60BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF60BB; }

 p { color: rgb(255,96,187); }

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

background-color css

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

 a { background-color: rgb(255,96,187); }

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

border-color css

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

 span { border-color: rgb(255,96,187); }

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