Html Css Color HEX #F083A0 Tickle Me Pink

📋 copy color: '#F083A0'

red 240 ◦ green 131 ◦ blue 160

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

Shades of Tickle Me Pink #F083A0

Tints of Tickle Me Pink #F083A0

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.67%

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

R = 45.2%
G = 24.67%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F083A0 (or 0xF083A0) is known color: Tickle Me Pink. HEX triplet: F0, 83 and A0. RGB value is (240,131,160). Sum of RGB (Red+Green+Blue) = 240+131+160=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F083A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F083A0 is #0F7C5F. Grayscale: #A6A6A6. Windows color (decimal): -1014880 or 10519536. OLE color: 10519536.

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

Color convert

RGB 240 131 160 -
CMYK 0 0.45 0.33 0.06
HSL 344.04º 0.78% 0.73% -
HSV(B) 344.04º 0.45% 0.94% -
XYZ 50.4 37.3 37.8 -
YUV 166.9 124.11 180.14 -
System Red Green Blue C M Y K H S L
Decimal 240 131 160 0 0.45 0.33 0.06 344.04 0.78 0.73
Hex F0 83 A0 0 2D 21 6 158 4E 49
Octal 360 203 240 0 55 41 6 530 116 111
Binary 11110000 10000011 10100000 0 101101 100001 110 101011000 1001110 1001001

Color Harmonies of #F083A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F083A0

Black with #F083A0

Text Example


Text Example

White with #F083A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F083A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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