Html Css Color HEX #FF69B3 Hot Pink

📋 copy color: '#FF69B3'

red 255 ◦ green 105 ◦ blue 179

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

Shades of Hot Pink #FF69B3

Tints of Hot Pink #FF69B3

RGB

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

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

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

R = 47.31%
G = 19.48%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FF69B3 (or 0xFF69B3) is known color: Hot Pink. HEX triplet: FF, 69 and B3. RGB value is (255,105,179). Sum of RGB (Red+Green+Blue) = 255+105+179=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 179 (70.31% from 255 or 33.21% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF69B3 is #00964C. Grayscale: #9E9E9E. Windows color (decimal): -38477 or 11758079. OLE color: 11758079.

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

Color convert

RGB 255 105 179 -
CMYK 0 0.59 0.30 0
HSL 330.4º 1% 0.71% -
HSV(B) 330.4º 0.59% 1% -
XYZ 54.43 34.62 46.46 -
YUV 158.29 139.7 196.98 -
System Red Green Blue C M Y K H S L
Decimal 255 105 179 0 0.59 0.30 0 330.4 1 0.71
Hex FF 69 B3 0 3B 1E 0 14A 64 47
Octal 377 151 263 0 73 36 0 512 144 107
Binary 11111111 1101001 10110011 0 111011 11110 0 101001010 1100100 1000111

Color Harmonies of #FF69B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF69B3

Black with #FF69B3

Text Example


Text Example

White with #FF69B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF69B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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