Html Css Color HEX #F074A8 Tickle Me Pink

📋 copy color: '#F074A8'

red 240 ◦ green 116 ◦ blue 168

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

Shades of Tickle Me Pink #F074A8

Tints of Tickle Me Pink #F074A8

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.14%

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

R = 45.8%
G = 22.14%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F074A8 (or 0xF074A8) is known color: Tickle Me Pink. HEX triplet: F0, 74 and A8. RGB value is (240,116,168). Sum of RGB (Red+Green+Blue) = 240+116+168=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F074A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F074A8 is #0F8B57. Grayscale: #9E9E9E. Windows color (decimal): -1018712 or 11039984. OLE color: 11039984.

HSL color Cylindrical-coordinate representation of color #F074A8: hue angle of 334.84º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F074A8 is Cyan = 0, Magento = 0.52, Yellow = 0.3 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 116 168 -
CMYK 0 0.52 0.3 0.06
HSL 334.84º 0.81% 0.7% -
HSV(B) 334.84º 0.52% 0.94% -
XYZ 49.25 33.84 40.98 -
YUV 159 133.08 185.77 -
System Red Green Blue C M Y K H S L
Decimal 240 116 168 0 0.52 0.3 0.06 334.84 0.81 0.7
Hex F0 74 A8 0 34 1E 6 14F 51 46
Octal 360 164 250 0 64 36 6 517 121 106
Binary 11110000 1110100 10101000 0 110100 11110 110 101001111 1010001 1000110

Color Harmonies of #F074A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F074A8

Black with #F074A8

Text Example


Text Example

White with #F074A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F074A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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