Html Css Color HEX #FA769A Tickle Me Pink

📋 copy color: '#FA769A'

red 250 ◦ green 118 ◦ blue 154

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

Shades of Tickle Me Pink #FA769A

Tints of Tickle Me Pink #FA769A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.61%

 BLUE value IS 154 (60.55% from 255) = 29.5%

R = 47.89%
G = 22.61%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA769A (or 0xFA769A) is known color: Tickle Me Pink. HEX triplet: FA, 76 and 9A. RGB value is (250,118,154). Sum of RGB (Red+Green+Blue) = 250+118+154=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA769A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA769A is #058965. Grayscale: #A1A1A1. Windows color (decimal): -362854 or 10123002. OLE color: 10123002.

HSL color Cylindrical-coordinate representation of color #FA769A: hue angle of 343.64º degrees, saturation: 0.93, 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 #FA769A is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 118 154 -
CMYK 0 0.53 0.38 0.02
HSL 343.64º 0.93% 0.72% -
HSV(B) 343.64º 0.53% 0.98% -
XYZ 51.74 35.61 34.72 -
YUV 161.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 250 118 154 0 0.53 0.38 0.02 343.64 0.93 0.72
Hex FA 76 9A 0 35 26 2 158 5D 48
Octal 372 166 232 0 65 46 2 530 135 110
Binary 11111010 1110110 10011010 0 110101 100110 10 101011000 1011101 1001000

Color Harmonies of #FA769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA769A

Black with #FA769A

Text Example


Text Example

White with #FA769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA769A; }

 p { color: rgb(250,118,154); }

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

background-color css

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

 a { background-color: rgb(250,118,154); }

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

border-color css

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

 span { border-color: rgb(250,118,154); }

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