Html Css Color HEX #FF68A5 Hot Pink

📋 copy color: '#FF68A5'

red 255 ◦ green 104 ◦ blue 165

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

Shades of Hot Pink #FF68A5

Tints of Hot Pink #FF68A5

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.85%

 BLUE value IS 165 (64.84% from 255) = 31.49%

R = 48.66%
G = 19.85%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FF68A5 (or 0xFF68A5) is known color: Hot Pink. HEX triplet: FF, 68 and A5. RGB value is (255,104,165). Sum of RGB (Red+Green+Blue) = 255+104+165=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF68A5 is #00975A. Grayscale: #9C9C9C. Windows color (decimal): -38747 or 10840319. OLE color: 10840319.

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

Color convert

RGB 255 104 165 -
CMYK 0 0.59 0.35 0
HSL 335.76º 1% 0.7% -
HSV(B) 335.76º 0.59% 1% -
XYZ 52.98 33.88 39.34 -
YUV 156.1 133.03 198.54 -
System Red Green Blue C M Y K H S L
Decimal 255 104 165 0 0.59 0.35 0 335.76 1 0.7
Hex FF 68 A5 0 3B 23 0 150 64 46
Octal 377 150 245 0 73 43 0 520 144 106
Binary 11111111 1101000 10100101 0 111011 100011 0 101010000 1100100 1000110

Color Harmonies of #FF68A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF68A5

Black with #FF68A5

Text Example


Text Example

White with #FF68A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF68A5; }

 p { color: rgb(255,104,165); }

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

background-color css

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

 a { background-color: rgb(255,104,165); }

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

border-color css

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

 span { border-color: rgb(255,104,165); }

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