Html Css Color HEX #FB75A1 Tickle Me Pink

📋 copy color: '#FB75A1'

red 251 ◦ green 117 ◦ blue 161

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

Shades of Tickle Me Pink #FB75A1

Tints of Tickle Me Pink #FB75A1

RGB

 RED value IS 251 (98.44% from 255) = 47.45%

 GREEN value IS 117 (46.09% from 255) = 22.12%

 BLUE value IS 161 (63.28% from 255) = 30.43%

R = 47.45%
G = 22.12%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FB75A1 (or 0xFB75A1) is known color: Tickle Me Pink. HEX triplet: FB, 75 and A1. RGB value is (251,117,161). Sum of RGB (Red+Green+Blue) = 251+117+161=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB75A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB75A1 is #048A5E. Grayscale: #A2A2A2. Windows color (decimal): -297567 or 10581499. OLE color: 10581499.

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

Color convert

RGB 251 117 161 -
CMYK 0 0.53 0.36 0.02
HSL 340.3º 0.94% 0.72% -
HSV(B) 340.3º 0.53% 0.98% -
XYZ 52.58 35.81 37.86 -
YUV 162.08 127.39 191.42 -
System Red Green Blue C M Y K H S L
Decimal 251 117 161 0 0.53 0.36 0.02 340.3 0.94 0.72
Hex FB 75 A1 0 35 24 2 154 5E 48
Octal 373 165 241 0 65 44 2 524 136 110
Binary 11111011 1110101 10100001 0 110101 100100 10 101010100 1011110 1001000

Color Harmonies of #FB75A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB75A1

Black with #FB75A1

Text Example


Text Example

White with #FB75A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB75A1; }

 p { color: rgb(251,117,161); }

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

background-color css

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

 a { background-color: rgb(251,117,161); }

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

border-color css

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

 span { border-color: rgb(251,117,161); }

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