Html Css Color HEX #FF69B6 Hot Pink

📋 copy color: '#FF69B6'

red 255 ◦ green 105 ◦ blue 182

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

Shades of Hot Pink #FF69B6

Tints of Hot Pink #FF69B6

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.37%

 BLUE value IS 182 (71.48% from 255) = 33.58%

R = 47.05%
G = 19.37%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF69B6 (or 0xFF69B6) is known color: Hot Pink. HEX triplet: FF, 69 and B6. RGB value is (255,105,182). Sum of RGB (Red+Green+Blue) = 255+105+182=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF69B6 is #009649. Grayscale: #9E9E9E. Windows color (decimal): -38474 or 11954687. OLE color: 11954687.

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

Color convert

RGB 255 105 182 -
CMYK 0 0.59 0.29 0
HSL 329.2º 1% 0.71% -
HSV(B) 329.2º 0.59% 1% -
XYZ 54.74 34.74 48.08 -
YUV 158.63 141.2 196.74 -
System Red Green Blue C M Y K H S L
Decimal 255 105 182 0 0.59 0.29 0 329.2 1 0.71
Hex FF 69 B6 0 3B 1D 0 149 64 47
Octal 377 151 266 0 73 35 0 511 144 107
Binary 11111111 1101001 10110110 0 111011 11101 0 101001001 1100100 1000111

Color Harmonies of #FF69B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF69B6

Black with #FF69B6

Text Example


Text Example

White with #FF69B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF69B6; }

 p { color: rgb(255,105,182); }

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

background-color css

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

 a { background-color: rgb(255,105,182); }

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

border-color css

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

 span { border-color: rgb(255,105,182); }

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