Html Css Color HEX #F069A8 Hot Pink

📋 copy color: '#F069A8'

red 240 ◦ green 105 ◦ blue 168

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

Shades of Hot Pink #F069A8

Tints of Hot Pink #F069A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.75%

R = 46.78%
G = 20.47%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F069A8 (or 0xF069A8) is known color: Hot Pink. HEX triplet: F0, 69 and A8. RGB value is (240,105,168). Sum of RGB (Red+Green+Blue) = 240+105+168=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F069A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F069A8 is #0F9657. Grayscale: #989898. Windows color (decimal): -1021528 or 11037168. OLE color: 11037168.

HSL color Cylindrical-coordinate representation of color #F069A8: hue angle of 332º 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 #F069A8 is Cyan = 0, Magento = 0.56, Yellow = 0.3 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 105 168 -
CMYK 0 0.56 0.3 0.06
HSL 332º 0.82% 0.68% -
HSV(B) 332º 0.56% 0.94% -
XYZ 48.05 31.46 40.58 -
YUV 152.55 136.73 190.38 -
System Red Green Blue C M Y K H S L
Decimal 240 105 168 0 0.56 0.3 0.06 332 0.82 0.68
Hex F0 69 A8 0 38 1E 6 14C 52 44
Octal 360 151 250 0 70 36 6 514 122 104
Binary 11110000 1101001 10101000 0 111000 11110 110 101001100 1010010 1000100

Color Harmonies of #F069A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F069A8

Black with #F069A8

Text Example


Text Example

White with #F069A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F069A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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