Html Css Color HEX #F981A0 Tickle Me Pink

📋 copy color: '#F981A0'

red 249 ◦ green 129 ◦ blue 160

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

Shades of Tickle Me Pink #F981A0

Tints of Tickle Me Pink #F981A0

RGB

 RED value IS 249 (97.66% from 255) = 46.28%

 GREEN value IS 129 (50.78% from 255) = 23.98%

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

R = 46.28%
G = 23.98%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F981A0 (or 0xF981A0) is known color: Tickle Me Pink. HEX triplet: F9, 81 and A0. RGB value is (249,129,160). Sum of RGB (Red+Green+Blue) = 249+129+160=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F981A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F981A0 is #067E5F. Grayscale: #A8A8A8. Windows color (decimal): -425568 or 10519033. OLE color: 10519033.

HSL color Cylindrical-coordinate representation of color #F981A0: hue angle of 344.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F981A0 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 129 160 -
CMYK 0 0.48 0.36 0.02
HSL 344.5º 0.91% 0.74% -
HSV(B) 344.5º 0.48% 0.98% -
XYZ 53.26 38.38 37.86 -
YUV 168.41 123.26 185.48 -
System Red Green Blue C M Y K H S L
Decimal 249 129 160 0 0.48 0.36 0.02 344.5 0.91 0.74
Hex F9 81 A0 0 30 24 2 158 5B 4A
Octal 371 201 240 0 60 44 2 530 133 112
Binary 11111001 10000001 10100000 0 110000 100100 10 101011000 1011011 1001010

Color Harmonies of #F981A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F981A0

Black with #F981A0

Text Example


Text Example

White with #F981A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F981A0; }

 p { color: rgb(249,129,160); }

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

background-color css

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

 a { background-color: rgb(249,129,160); }

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

border-color css

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

 span { border-color: rgb(249,129,160); }

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