Html Css Color HEX #F275AA Tickle Me Pink

📋 copy color: '#F275AA'

red 242 ◦ green 117 ◦ blue 170

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

Shades of Tickle Me Pink #F275AA

Tints of Tickle Me Pink #F275AA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.12%

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

R = 45.75%
G = 22.12%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F275AA (or 0xF275AA) is known color: Tickle Me Pink. HEX triplet: F2, 75 and AA. RGB value is (242,117,170). Sum of RGB (Red+Green+Blue) = 242+117+170=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F275AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F275AA is #0D8A55. Grayscale: #A0A0A0. Windows color (decimal): -887382 or 11171314. OLE color: 11171314.

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

Color convert

RGB 242 117 170 -
CMYK 0 0.52 0.30 0.05
HSL 334.56º 0.83% 0.7% -
HSV(B) 334.56º 0.52% 0.95% -
XYZ 50.23 34.5 42.04 -
YUV 160.42 133.41 186.19 -
System Red Green Blue C M Y K H S L
Decimal 242 117 170 0 0.52 0.30 0.05 334.56 0.83 0.7
Hex F2 75 AA 0 34 1E 5 14F 53 46
Octal 362 165 252 0 64 36 5 517 123 106
Binary 11110010 1110101 10101010 0 110100 11110 101 101001111 1010011 1000110

Color Harmonies of #F275AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F275AA

Black with #F275AA

Text Example


Text Example

White with #F275AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F275AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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