Html Css Color HEX #FA80AF Tickle Me Pink

📋 copy color: '#FA80AF'

red 250 ◦ green 128 ◦ blue 175

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

Shades of Tickle Me Pink #FA80AF

Tints of Tickle Me Pink #FA80AF

RGB

 RED value IS 250 (98.05% from 255) = 45.21%

 GREEN value IS 128 (50.39% from 255) = 23.15%

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

R = 45.21%
G = 23.15%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FA80AF (or 0xFA80AF) is known color: Tickle Me Pink. HEX triplet: FA, 80 and AF. RGB value is (250,128,175). Sum of RGB (Red+Green+Blue) = 250+128+175=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA80AF is #057F50. Grayscale: #A9A9A9. Windows color (decimal): -360273 or 11501818. OLE color: 11501818.

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

Color convert

RGB 250 128 175 -
CMYK 0 0.49 0.3 0.02
HSL 336.89º 0.92% 0.74% -
HSV(B) 336.89º 0.49% 0.98% -
XYZ 54.88 38.86 45.17 -
YUV 169.84 130.92 185.18 -
System Red Green Blue C M Y K H S L
Decimal 250 128 175 0 0.49 0.3 0.02 336.89 0.92 0.74
Hex FA 80 AF 0 31 1E 2 151 5C 4A
Octal 372 200 257 0 61 36 2 521 134 112
Binary 11111010 10000000 10101111 0 110001 11110 10 101010001 1011100 1001010

Color Harmonies of #FA80AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80AF

Black with #FA80AF

Text Example


Text Example

White with #FA80AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80AF; }

 p { color: rgb(250,128,175); }

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

background-color css

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

 a { background-color: rgb(250,128,175); }

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

border-color css

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

 span { border-color: rgb(250,128,175); }

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