#F068AF

Color #F068AF Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #F068AF

Tints of Hot Pink #F068AF

Color information

#F068AF (or 0xF068AF) is unknown color: approx Hot Pink. HEX triplet: F0, 68 and AF. RGB value is (240,104,175). Sum of RGB (Red+Green+Blue) = 240+104+175=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F068AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F068AF is #0F9750. Grayscale: #989898. Windows color (decimal): -1021777 or 11495664. OLE color: 11495664.

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

Color convert

RGB240104175-
CMYK00.570.270.06
HSL328.68º81.93%67.45%-
HSV(B)328.68º56.67%94.12%-
XYZ48.6231.5244.08-
YUV152.76140.56190.23-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.24%
GREEN value IS 104 (41.02% from 255) = 20.04%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=46.24%
G=20.04%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010417500.570.270.06328.6881.9367.45
HexF068AF0391B61495243
Octal360150257071336511122103
Binary1111000011010001010111101110011101111010100100110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F068AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F068AF; }

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

 H1.HeaderClassName
 {
   color: #F068AF;
 }
 .AnyTagClassName
 {
   color: #F068AF;
 }
</style>
background-color css

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

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

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

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

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

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