Html Css Color HEX #FA7292 Tickle Me Pink

📋 copy color: '#FA7292'

red 250 ◦ green 114 ◦ blue 146

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

Shades of Tickle Me Pink #FA7292

Tints of Tickle Me Pink #FA7292

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.35%

 BLUE value IS 146 (57.42% from 255) = 28.63%

R = 49.02%
G = 22.35%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA7292 (or 0xFA7292) is known color: Tickle Me Pink. HEX triplet: FA, 72 and 92. RGB value is (250,114,146). Sum of RGB (Red+Green+Blue) = 250+114+146=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7292 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7292 is #058D6D. Grayscale: #9E9E9E. Windows color (decimal): -363886 or 9597690. OLE color: 9597690.

HSL color Cylindrical-coordinate representation of color #FA7292: hue angle of 345.88º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA7292 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 114 146 -
CMYK 0 0.54 0.42 0.02
HSL 345.88º 0.93% 0.71% -
HSV(B) 345.88º 0.54% 0.98% -
XYZ 50.63 34.43 31.17 -
YUV 158.31 121.06 193.4 -
System Red Green Blue C M Y K H S L
Decimal 250 114 146 0 0.54 0.42 0.02 345.88 0.93 0.71
Hex FA 72 92 0 36 2A 2 15A 5D 47
Octal 372 162 222 0 66 52 2 532 135 107
Binary 11111010 1110010 10010010 0 110110 101010 10 101011010 1011101 1000111

Color Harmonies of #FA7292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7292

Black with #FA7292

Text Example


Text Example

White with #FA7292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7292; }

 p { color: rgb(250,114,146); }

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

background-color css

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

 a { background-color: rgb(250,114,146); }

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

border-color css

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

 span { border-color: rgb(250,114,146); }

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