Html Css Color HEX #F07DA2 Tickle Me Pink

📋 copy color: '#F07DA2'

red 240 ◦ green 125 ◦ blue 162

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

Shades of Tickle Me Pink #F07DA2

Tints of Tickle Me Pink #F07DA2

RGB

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

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

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

R = 45.54%
G = 23.72%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F07DA2 (or 0xF07DA2) is known color: Tickle Me Pink. HEX triplet: F0, 7D and A2. RGB value is (240,125,162). Sum of RGB (Red+Green+Blue) = 240+125+162=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07DA2 is #0F825D. Grayscale: #A3A3A3. Windows color (decimal): -1016414 or 10649072. OLE color: 10649072.

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

Color convert

RGB 240 125 162 -
CMYK 0 0.48 0.32 0.06
HSL 340.7º 0.79% 0.72% -
HSV(B) 340.7º 0.48% 0.94% -
XYZ 49.79 35.8 38.47 -
YUV 163.6 127.1 182.49 -
System Red Green Blue C M Y K H S L
Decimal 240 125 162 0 0.48 0.32 0.06 340.7 0.79 0.72
Hex F0 7D A2 0 30 20 6 155 4F 48
Octal 360 175 242 0 60 40 6 525 117 110
Binary 11110000 1111101 10100010 0 110000 100000 110 101010101 1001111 1001000

Color Harmonies of #F07DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07DA2

Black with #F07DA2

Text Example


Text Example

White with #F07DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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