Html Css Color HEX #FF6CB2 Hot Pink

📋 copy color: '#FF6CB2'

red 255 ◦ green 108 ◦ blue 178

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

Shades of Hot Pink #FF6CB2

Tints of Hot Pink #FF6CB2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.96%

 BLUE value IS 178 (69.92% from 255) = 32.9%

R = 47.13%
G = 19.96%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FF6CB2 (or 0xFF6CB2) is known color: Hot Pink. HEX triplet: FF, 6C and B2. RGB value is (255,108,178). Sum of RGB (Red+Green+Blue) = 255+108+178=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6CB2 is #00934D. Grayscale: #9F9F9F. Windows color (decimal): -37710 or 11693311. OLE color: 11693311.

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

Color convert

RGB 255 108 178 -
CMYK 0 0.58 0.30 0
HSL 331.43º 1% 0.71% -
HSV(B) 331.43º 0.58% 1% -
XYZ 54.64 35.2 46.03 -
YUV 159.93 138.2 195.81 -
System Red Green Blue C M Y K H S L
Decimal 255 108 178 0 0.58 0.30 0 331.43 1 0.71
Hex FF 6C B2 0 3A 1E 0 14B 64 47
Octal 377 154 262 0 72 36 0 513 144 107
Binary 11111111 1101100 10110010 0 111010 11110 0 101001011 1100100 1000111

Color Harmonies of #FF6CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6CB2

Black with #FF6CB2

Text Example


Text Example

White with #FF6CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6CB2; }

 p { color: rgb(255,108,178); }

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

background-color css

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

 a { background-color: rgb(255,108,178); }

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

border-color css

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

 span { border-color: rgb(255,108,178); }

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