Html Css Color HEX #F972A0 Tickle Me Pink

📋 copy color: '#F972A0'

red 249 ◦ green 114 ◦ blue 160

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

Shades of Tickle Me Pink #F972A0

Tints of Tickle Me Pink #F972A0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.8%

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

R = 47.61%
G = 21.8%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F972A0 (or 0xF972A0) is known color: Tickle Me Pink. HEX triplet: F9, 72 and A0. RGB value is (249,114,160). Sum of RGB (Red+Green+Blue) = 249+114+160=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F972A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F972A0 is #068D5F. Grayscale: #9F9F9F. Windows color (decimal): -429408 or 10515193. OLE color: 10515193.

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

Color convert

RGB 249 114 160 -
CMYK 0 0.54 0.36 0.02
HSL 339.56º 0.92% 0.71% -
HSV(B) 339.56º 0.54% 0.98% -
XYZ 51.43 34.71 37.25 -
YUV 159.61 128.23 191.76 -
System Red Green Blue C M Y K H S L
Decimal 249 114 160 0 0.54 0.36 0.02 339.56 0.92 0.71
Hex F9 72 A0 0 36 24 2 154 5C 47
Octal 371 162 240 0 66 44 2 524 134 107
Binary 11111001 1110010 10100000 0 110110 100100 10 101010100 1011100 1000111

Color Harmonies of #F972A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F972A0

Black with #F972A0

Text Example


Text Example

White with #F972A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F972A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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