Html Css Color HEX #FF5FB3 Hot Pink

📋 copy color: '#FF5FB3'

red 255 ◦ green 95 ◦ blue 179

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

Shades of Hot Pink #FF5FB3

Tints of Hot Pink #FF5FB3

RGB

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

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

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

R = 48.2%
G = 17.96%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FF5FB3 (or 0xFF5FB3) is known color: Hot Pink. HEX triplet: FF, 5F and B3. RGB value is (255,95,179). Sum of RGB (Red+Green+Blue) = 255+95+179=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 95 (37.5% from 255 or 17.96% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5FB3 is #00A04C. Grayscale: #989898. Windows color (decimal): -41037 or 11755519. OLE color: 11755519.

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

Color convert

RGB 255 95 179 -
CMYK 0 0.63 0.30 0
HSL 328.5º 1% 0.69% -
HSV(B) 328.5º 0.63% 1% -
XYZ 53.47 32.7 46.14 -
YUV 152.42 143.01 201.17 -
System Red Green Blue C M Y K H S L
Decimal 255 95 179 0 0.63 0.30 0 328.5 1 0.69
Hex FF 5F B3 0 3F 1E 0 148 64 45
Octal 377 137 263 0 77 36 0 510 144 105
Binary 11111111 1011111 10110011 0 111111 11110 0 101001000 1100100 1000101

Color Harmonies of #FF5FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5FB3

Black with #FF5FB3

Text Example


Text Example

White with #FF5FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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