Html Css Color HEX #FF68B3 Hot Pink

📋 copy color: '#FF68B3'

red 255 ◦ green 104 ◦ blue 179

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

Shades of Hot Pink #FF68B3

Tints of Hot Pink #FF68B3

RGB

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

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

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

R = 47.4%
G = 19.33%
B = 33.27%

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

#FF68B3 (or 0xFF68B3) is known color: Hot Pink. HEX triplet: FF, 68 and B3. RGB value is (255,104,179). Sum of RGB (Red+Green+Blue) = 255+104+179=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 104 (41.02% from 255 or 19.33% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF68B3 is #00974C. Grayscale: #9D9D9D. Windows color (decimal): -38733 or 11757823. OLE color: 11757823.

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

Color convert

RGB 255 104 179 -
CMYK 0 0.59 0.30 0
HSL 330.2º 1% 0.7% -
HSV(B) 330.2º 0.59% 1% -
XYZ 54.33 34.42 46.43 -
YUV 157.7 140.03 197.4 -
System Red Green Blue C M Y K H S L
Decimal 255 104 179 0 0.59 0.30 0 330.2 1 0.7
Hex FF 68 B3 0 3B 1E 0 14A 64 46
Octal 377 150 263 0 73 36 0 512 144 106
Binary 11111111 1101000 10110011 0 111011 11110 0 101001010 1100100 1000110

Color Harmonies of #FF68B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF68B3

Black with #FF68B3

Text Example


Text Example

White with #FF68B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF68B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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