Html Css Color HEX #F068A2 Hot Pink

📋 copy color: '#F068A2'

red 240 ◦ green 104 ◦ blue 162

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

Shades of Hot Pink #F068A2

Tints of Hot Pink #F068A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.02%

R = 47.43%
G = 20.55%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F068A2 (or 0xF068A2) is known color: Hot Pink. HEX triplet: F0, 68 and A2. RGB value is (240,104,162). Sum of RGB (Red+Green+Blue) = 240+104+162=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F068A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F068A2 is #0F975D. Grayscale: #979797. Windows color (decimal): -1021790 or 10643696. OLE color: 10643696.

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

Color convert

RGB 240 104 162 -
CMYK 0 0.57 0.32 0.06
HSL 334.41º 0.82% 0.67% -
HSV(B) 334.41º 0.57% 0.94% -
XYZ 47.41 31.03 37.67 -
YUV 151.28 134.06 191.28 -
System Red Green Blue C M Y K H S L
Decimal 240 104 162 0 0.57 0.32 0.06 334.41 0.82 0.67
Hex F0 68 A2 0 39 20 6 14E 52 43
Octal 360 150 242 0 71 40 6 516 122 103
Binary 11110000 1101000 10100010 0 111001 100000 110 101001110 1010010 1000011

Color Harmonies of #F068A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F068A2

Black with #F068A2

Text Example


Text Example

White with #F068A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F068A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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