Html Css Color HEX #F068AC Hot Pink

📋 copy color: '#F068AC'

red 240 ◦ green 104 ◦ blue 172

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

Shades of Hot Pink #F068AC

Tints of Hot Pink #F068AC

RGB

 RED value IS 240 (94.14% from 255) = 46.51%

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

 BLUE value IS 172 (67.58% from 255) = 33.33%

R = 46.51%
G = 20.16%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F068AC (or 0xF068AC) is known color: Hot Pink. HEX triplet: F0, 68 and AC. RGB value is (240,104,172). Sum of RGB (Red+Green+Blue) = 240+104+172=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F068AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F068AC is #0F9753. Grayscale: #989898. Windows color (decimal): -1021780 or 11299056. OLE color: 11299056.

HSL color Cylindrical-coordinate representation of color #F068AC: hue angle of 330º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F068AC is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 104 172 -
CMYK 0 0.57 0.28 0.06
HSL 330º 0.82% 0.67% -
HSV(B) 330º 0.57% 0.94% -
XYZ 48.33 31.4 42.54 -
YUV 152.42 139.06 190.47 -
System Red Green Blue C M Y K H S L
Decimal 240 104 172 0 0.57 0.28 0.06 330 0.82 0.67
Hex F0 68 AC 0 39 1C 6 14A 52 43
Octal 360 150 254 0 71 34 6 512 122 103
Binary 11110000 1101000 10101100 0 111001 11100 110 101001010 1010010 1000011

Color Harmonies of #F068AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F068AC

Black with #F068AC

Text Example


Text Example

White with #F068AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F068AC; }

 p { color: rgb(240,104,172); }

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

background-color css

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

 a { background-color: rgb(240,104,172); }

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

border-color css

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

 span { border-color: rgb(240,104,172); }

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