Html Css Color HEX #FF6BB4 Hot Pink

📋 copy color: '#FF6BB4'

red 255 ◦ green 107 ◦ blue 180

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

Shades of Hot Pink #FF6BB4

Tints of Hot Pink #FF6BB4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.74%

 BLUE value IS 180 (70.7% from 255) = 33.21%

R = 47.05%
G = 19.74%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF6BB4 (or 0xFF6BB4) is known color: Hot Pink. HEX triplet: FF, 6B and B4. RGB value is (255,107,180). Sum of RGB (Red+Green+Blue) = 255+107+180=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6BB4 is #00944B. Grayscale: #9F9F9F. Windows color (decimal): -37964 or 11824127. OLE color: 11824127.

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

Color convert

RGB 255 107 180 -
CMYK 0 0.58 0.29 0
HSL 330.41º 1% 0.71% -
HSV(B) 330.41º 0.58% 1% -
XYZ 54.74 35.07 47.06 -
YUV 159.57 139.53 196.06 -
System Red Green Blue C M Y K H S L
Decimal 255 107 180 0 0.58 0.29 0 330.41 1 0.71
Hex FF 6B B4 0 3A 1D 0 14A 64 47
Octal 377 153 264 0 72 35 0 512 144 107
Binary 11111111 1101011 10110100 0 111010 11101 0 101001010 1100100 1000111

Color Harmonies of #FF6BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6BB4

Black with #FF6BB4

Text Example


Text Example

White with #FF6BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6BB4; }

 p { color: rgb(255,107,180); }

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

background-color css

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

 a { background-color: rgb(255,107,180); }

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

border-color css

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

 span { border-color: rgb(255,107,180); }

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