Html Css Color HEX #FF60B3 Hot Pink

📋 copy color: '#FF60B3'

red 255 ◦ green 96 ◦ blue 179

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

Shades of Hot Pink #FF60B3

Tints of Hot Pink #FF60B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.77%

R = 48.11%
G = 18.11%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FF60B3 (or 0xFF60B3) is known color: Hot Pink. HEX triplet: FF, 60 and B3. RGB value is (255,96,179). Sum of RGB (Red+Green+Blue) = 255+96+179=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 96 (37.89% from 255 or 18.11% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF60B3 is #009F4C. Grayscale: #989898. Windows color (decimal): -40781 or 11755775. OLE color: 11755775.

HSL color Cylindrical-coordinate representation of color #FF60B3: hue angle of 328.68º 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 #FF60B3 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 255 96 179 -
CMYK 0 0.62 0.30 0
HSL 328.68º 1% 0.69% -
HSV(B) 328.68º 0.62% 1% -
XYZ 53.56 32.88 46.17 -
YUV 153 142.68 200.75 -
System Red Green Blue C M Y K H S L
Decimal 255 96 179 0 0.62 0.30 0 328.68 1 0.69
Hex FF 60 B3 0 3E 1E 0 149 64 45
Octal 377 140 263 0 76 36 0 511 144 105
Binary 11111111 1100000 10110011 0 111110 11110 0 101001001 1100100 1000101

Color Harmonies of #FF60B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF60B3

Black with #FF60B3

Text Example


Text Example

White with #FF60B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF60B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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