Html Css Color HEX #FD7096 Tickle Me Pink

📋 copy color: '#FD7096'

red 253 ◦ green 112 ◦ blue 150

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

Shades of Tickle Me Pink #FD7096

Tints of Tickle Me Pink #FD7096

RGB

 RED value IS 253 (99.22% from 255) = 49.13%

 GREEN value IS 112 (44.14% from 255) = 21.75%

 BLUE value IS 150 (58.98% from 255) = 29.13%

R = 49.13%
G = 21.75%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FD7096 (or 0xFD7096) is known color: Tickle Me Pink. HEX triplet: FD, 70 and 96. RGB value is (253,112,150). Sum of RGB (Red+Green+Blue) = 253+112+150=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7096 is #028F69. Grayscale: #9E9E9E. Windows color (decimal): -167786 or 9859325. OLE color: 9859325.

HSL color Cylindrical-coordinate representation of color #FD7096: hue angle of 343.83º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FD7096 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 112 150 -
CMYK 0 0.56 0.41 0.01
HSL 343.83º 0.97% 0.72% -
HSV(B) 343.83º 0.56% 0.99% -
XYZ 51.81 34.67 32.82 -
YUV 158.49 123.21 195.41 -
System Red Green Blue C M Y K H S L
Decimal 253 112 150 0 0.56 0.41 0.01 343.83 0.97 0.72
Hex FD 70 96 0 38 29 1 158 61 48
Octal 375 160 226 0 70 51 1 530 141 110
Binary 11111101 1110000 10010110 0 111000 101001 1 101011000 1100001 1001000

Color Harmonies of #FD7096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7096

Black with #FD7096

Text Example


Text Example

White with #FD7096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7096; }

 p { color: rgb(253,112,150); }

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

background-color css

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

 a { background-color: rgb(253,112,150); }

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

border-color css

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

 span { border-color: rgb(253,112,150); }

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