Html Css Color HEX #F07DA0 Tickle Me Pink

📋 copy color: '#F07DA0'

red 240 ◦ green 125 ◦ blue 160

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

Shades of Tickle Me Pink #F07DA0

Tints of Tickle Me Pink #F07DA0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.81%

 BLUE value IS 160 (62.89% from 255) = 30.48%

R = 45.71%
G = 23.81%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F07DA0 (or 0xF07DA0) is known color: Tickle Me Pink. HEX triplet: F0, 7D and A0. RGB value is (240,125,160). Sum of RGB (Red+Green+Blue) = 240+125+160=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07DA0 is #0F825F. Grayscale: #A3A3A3. Windows color (decimal): -1016416 or 10518000. OLE color: 10518000.

HSL color Cylindrical-coordinate representation of color #F07DA0: hue angle of 341.74º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07DA0 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 125 160 -
CMYK 0 0.48 0.33 0.06
HSL 341.74º 0.79% 0.72% -
HSV(B) 341.74º 0.48% 0.94% -
XYZ 49.61 35.73 37.54 -
YUV 163.38 126.1 182.65 -
System Red Green Blue C M Y K H S L
Decimal 240 125 160 0 0.48 0.33 0.06 341.74 0.79 0.72
Hex F0 7D A0 0 30 21 6 156 4F 48
Octal 360 175 240 0 60 41 6 526 117 110
Binary 11110000 1111101 10100000 0 110000 100001 110 101010110 1001111 1001000

Color Harmonies of #F07DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07DA0

Black with #F07DA0

Text Example


Text Example

White with #F07DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07DA0; }

 p { color: rgb(240,125,160); }

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

background-color css

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

 a { background-color: rgb(240,125,160); }

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

border-color css

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

 span { border-color: rgb(240,125,160); }

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