Html Css Color HEX #F985A2 Tickle Me Pink

📋 copy color: '#F985A2'

red 249 ◦ green 133 ◦ blue 162

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

Shades of Tickle Me Pink #F985A2

Tints of Tickle Me Pink #F985A2

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.45%

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

R = 45.77%
G = 24.45%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F985A2 (or 0xF985A2) is known color: Tickle Me Pink. HEX triplet: F9, 85 and A2. RGB value is (249,133,162). Sum of RGB (Red+Green+Blue) = 249+133+162=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 162 (63.67% from 255 or 29.78% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F985A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F985A2 is #067A5D. Grayscale: #AAAAAA. Windows color (decimal): -424542 or 10651129. OLE color: 10651129.

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

Color convert

RGB 249 133 162 -
CMYK 0 0.47 0.35 0.02
HSL 345º 0.91% 0.75% -
HSV(B) 345º 0.47% 0.98% -
XYZ 53.98 39.52 38.97 -
YUV 170.99 122.93 183.64 -
System Red Green Blue C M Y K H S L
Decimal 249 133 162 0 0.47 0.35 0.02 345 0.91 0.75
Hex F9 85 A2 0 2F 23 2 159 5B 4B
Octal 371 205 242 0 57 43 2 531 133 113
Binary 11111001 10000101 10100010 0 101111 100011 10 101011001 1011011 1001011

Color Harmonies of #F985A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F985A2

Black with #F985A2

Text Example


Text Example

White with #F985A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F985A2; }

 p { color: rgb(249,133,162); }

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

background-color css

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

 a { background-color: rgb(249,133,162); }

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

border-color css

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

 span { border-color: rgb(249,133,162); }

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