Html Css Color HEX #FA7294 Tickle Me Pink

📋 copy color: '#FA7294'

red 250 ◦ green 114 ◦ blue 148

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

Shades of Tickle Me Pink #FA7294

Tints of Tickle Me Pink #FA7294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.91%

R = 48.83%
G = 22.27%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA7294 (or 0xFA7294) is known color: Tickle Me Pink. HEX triplet: FA, 72 and 94. RGB value is (250,114,148). Sum of RGB (Red+Green+Blue) = 250+114+148=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7294 is #058D6B. Grayscale: #9E9E9E. Windows color (decimal): -363884 or 9728762. OLE color: 9728762.

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

Color convert

RGB 250 114 148 -
CMYK 0 0.54 0.41 0.02
HSL 345º 0.93% 0.71% -
HSV(B) 345º 0.54% 0.98% -
XYZ 50.79 34.5 32 -
YUV 158.54 122.06 193.24 -
System Red Green Blue C M Y K H S L
Decimal 250 114 148 0 0.54 0.41 0.02 345 0.93 0.71
Hex FA 72 94 0 36 29 2 159 5D 47
Octal 372 162 224 0 66 51 2 531 135 107
Binary 11111010 1110010 10010100 0 110110 101001 10 101011001 1011101 1000111

Color Harmonies of #FA7294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7294

Black with #FA7294

Text Example


Text Example

White with #FA7294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7294; }

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

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

background-color css

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

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

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

border-color css

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

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

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