Html Css Color HEX #F982AF Tickle Me Pink

📋 copy color: '#F982AF'

red 249 ◦ green 130 ◦ blue 175

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

Shades of Tickle Me Pink #F982AF

Tints of Tickle Me Pink #F982AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.59%

R = 44.95%
G = 23.47%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F982AF (or 0xF982AF) is known color: Tickle Me Pink. HEX triplet: F9, 82 and AF. RGB value is (249,130,175). Sum of RGB (Red+Green+Blue) = 249+130+175=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F982AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F982AF is #067D50. Grayscale: #AAAAAA. Windows color (decimal): -425297 or 11502329. OLE color: 11502329.

HSL color Cylindrical-coordinate representation of color #F982AF: hue angle of 337.31º 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 #F982AF is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 130 175 -
CMYK 0 0.48 0.30 0.02
HSL 337.31º 0.91% 0.74% -
HSV(B) 337.31º 0.48% 0.98% -
XYZ 54.79 39.2 45.24 -
YUV 170.71 130.42 183.84 -
System Red Green Blue C M Y K H S L
Decimal 249 130 175 0 0.48 0.30 0.02 337.31 0.91 0.74
Hex F9 82 AF 0 30 1E 2 151 5B 4A
Octal 371 202 257 0 60 36 2 521 133 112
Binary 11111001 10000010 10101111 0 110000 11110 10 101010001 1011011 1001010

Color Harmonies of #F982AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F982AF

Black with #F982AF

Text Example


Text Example

White with #F982AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F982AF; }

 p { color: rgb(249,130,175); }

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

background-color css

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

 a { background-color: rgb(249,130,175); }

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

border-color css

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

 span { border-color: rgb(249,130,175); }

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