Html Css Color HEX #FF6FB0 Hot Pink

📋 copy color: '#FF6FB0'

red 255 ◦ green 111 ◦ blue 176

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

Shades of Hot Pink #FF6FB0

Tints of Hot Pink #FF6FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.47%

R = 47.05%
G = 20.48%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF6FB0 (or 0xFF6FB0) is known color: Hot Pink. HEX triplet: FF, 6F and B0. RGB value is (255,111,176). Sum of RGB (Red+Green+Blue) = 255+111+176=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6FB0 is #00904F. Grayscale: #A1A1A1. Windows color (decimal): -36944 or 11563007. OLE color: 11563007.

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

Color convert

RGB 255 111 176 -
CMYK 0 0.56 0.31 0
HSL 332.92º 1% 0.72% -
HSV(B) 332.92º 0.56% 1% -
XYZ 54.76 35.76 45.09 -
YUV 161.47 136.21 194.71 -
System Red Green Blue C M Y K H S L
Decimal 255 111 176 0 0.56 0.31 0 332.92 1 0.72
Hex FF 6F B0 0 38 1F 0 14D 64 48
Octal 377 157 260 0 70 37 0 515 144 110
Binary 11111111 1101111 10110000 0 111000 11111 0 101001101 1100100 1001000

Color Harmonies of #FF6FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6FB0

Black with #FF6FB0

Text Example


Text Example

White with #FF6FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6FB0; }

 p { color: rgb(255,111,176); }

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

background-color css

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

 a { background-color: rgb(255,111,176); }

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

border-color css

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

 span { border-color: rgb(255,111,176); }

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