Html Css Color HEX #F276AA Tickle Me Pink

📋 copy color: '#F276AA'

red 242 ◦ green 118 ◦ blue 170

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

Shades of Tickle Me Pink #F276AA

Tints of Tickle Me Pink #F276AA

RGB

 RED value IS 242 (94.92% from 255) = 45.66%

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

 BLUE value IS 170 (66.8% from 255) = 32.08%

R = 45.66%
G = 22.26%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F276AA (or 0xF276AA) is known color: Tickle Me Pink. HEX triplet: F2, 76 and AA. RGB value is (242,118,170). Sum of RGB (Red+Green+Blue) = 242+118+170=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F276AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F276AA is #0D8955. Grayscale: #A0A0A0. Windows color (decimal): -887126 or 11171570. OLE color: 11171570.

HSL color Cylindrical-coordinate representation of color #F276AA: hue angle of 334.84º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F276AA is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 118 170 -
CMYK 0 0.51 0.30 0.05
HSL 334.84º 0.83% 0.71% -
HSV(B) 334.84º 0.51% 0.95% -
XYZ 50.35 34.74 42.08 -
YUV 161 133.08 185.77 -
System Red Green Blue C M Y K H S L
Decimal 242 118 170 0 0.51 0.30 0.05 334.84 0.83 0.71
Hex F2 76 AA 0 33 1E 5 14F 53 47
Octal 362 166 252 0 63 36 5 517 123 107
Binary 11110010 1110110 10101010 0 110011 11110 101 101001111 1010011 1000111

Color Harmonies of #F276AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F276AA

Black with #F276AA

Text Example


Text Example

White with #F276AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F276AA; }

 p { color: rgb(242,118,170); }

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

background-color css

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

 a { background-color: rgb(242,118,170); }

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

border-color css

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

 span { border-color: rgb(242,118,170); }

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