Html Css Color HEX #F075A8 Tickle Me Pink

📋 copy color: '#F075A8'

red 240 ◦ green 117 ◦ blue 168

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

Shades of Tickle Me Pink #F075A8

Tints of Tickle Me Pink #F075A8

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.29%

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

R = 45.71%
G = 22.29%
B = 32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F075A8 (or 0xF075A8) is known color: Tickle Me Pink. HEX triplet: F0, 75 and A8. RGB value is (240,117,168). Sum of RGB (Red+Green+Blue) = 240+117+168=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F075A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F075A8 is #0F8A57. Grayscale: #9F9F9F. Windows color (decimal): -1018456 or 11040240. OLE color: 11040240.

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

Color convert

RGB 240 117 168 -
CMYK 0 0.51 0.3 0.06
HSL 335.12º 0.8% 0.7% -
HSV(B) 335.12º 0.51% 0.94% -
XYZ 49.36 34.07 41.02 -
YUV 159.59 132.75 185.35 -
System Red Green Blue C M Y K H S L
Decimal 240 117 168 0 0.51 0.3 0.06 335.12 0.8 0.7
Hex F0 75 A8 0 33 1E 6 14F 50 46
Octal 360 165 250 0 63 36 6 517 120 106
Binary 11110000 1110101 10101000 0 110011 11110 110 101001111 1010000 1000110

Color Harmonies of #F075A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F075A8

Black with #F075A8

Text Example


Text Example

White with #F075A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F075A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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