Html Css Color HEX #F069AC Hot Pink

📋 copy color: '#F069AC'

red 240 ◦ green 105 ◦ blue 172

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

Shades of Hot Pink #F069AC

Tints of Hot Pink #F069AC

RGB

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

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

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

R = 46.42%
G = 20.31%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F069AC (or 0xF069AC) is known color: Hot Pink. HEX triplet: F0, 69 and AC. RGB value is (240,105,172). Sum of RGB (Red+Green+Blue) = 240+105+172=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F069AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F069AC is #0F9653. Grayscale: #989898. Windows color (decimal): -1021524 or 11299312. OLE color: 11299312.

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

Color convert

RGB 240 105 172 -
CMYK 0 0.56 0.28 0.06
HSL 330.22º 0.82% 0.68% -
HSV(B) 330.22º 0.56% 0.94% -
XYZ 48.43 31.61 42.58 -
YUV 153 138.73 190.05 -
System Red Green Blue C M Y K H S L
Decimal 240 105 172 0 0.56 0.28 0.06 330.22 0.82 0.68
Hex F0 69 AC 0 38 1C 6 14A 52 44
Octal 360 151 254 0 70 34 6 512 122 104
Binary 11110000 1101001 10101100 0 111000 11100 110 101001010 1010010 1000100

Color Harmonies of #F069AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F069AC

Black with #F069AC

Text Example


Text Example

White with #F069AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F069AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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