Html Css Color HEX #F082A3 Tickle Me Pink

📋 copy color: '#F082A3'

red 240 ◦ green 130 ◦ blue 163

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

Shades of Tickle Me Pink #F082A3

Tints of Tickle Me Pink #F082A3

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.39%

 BLUE value IS 163 (64.06% from 255) = 30.58%

R = 45.03%
G = 24.39%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F082A3 (or 0xF082A3) is known color: Tickle Me Pink. HEX triplet: F0, 82 and A3. RGB value is (240,130,163). Sum of RGB (Red+Green+Blue) = 240+130+163=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 163 (64.06% from 255 or 30.58% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F082A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F082A3 is #0F7D5C. Grayscale: #A6A6A6. Windows color (decimal): -1015133 or 10715888. OLE color: 10715888.

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

Color convert

RGB 240 130 163 -
CMYK 0 0.46 0.32 0.06
HSL 342º 0.79% 0.73% -
HSV(B) 342º 0.46% 0.94% -
XYZ 50.53 37.13 39.15 -
YUV 166.65 125.94 180.32 -
System Red Green Blue C M Y K H S L
Decimal 240 130 163 0 0.46 0.32 0.06 342 0.79 0.73
Hex F0 82 A3 0 2E 20 6 156 4F 49
Octal 360 202 243 0 56 40 6 526 117 111
Binary 11110000 10000010 10100011 0 101110 100000 110 101010110 1001111 1001001

Color Harmonies of #F082A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F082A3

Black with #F082A3

Text Example


Text Example

White with #F082A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F082A3; }

 p { color: rgb(240,130,163); }

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

background-color css

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

 a { background-color: rgb(240,130,163); }

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

border-color css

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

 span { border-color: rgb(240,130,163); }

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