Html Css Color HEX #F27AA5 Tickle Me Pink

📋 copy color: '#F27AA5'

red 242 ◦ green 122 ◦ blue 165

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

Shades of Tickle Me Pink #F27AA5

Tints of Tickle Me Pink #F27AA5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.06%

 BLUE value IS 165 (64.84% from 255) = 31.19%

R = 45.75%
G = 23.06%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F27AA5 (or 0xF27AA5) is known color: Tickle Me Pink. HEX triplet: F2, 7A and A5. RGB value is (242,122,165). Sum of RGB (Red+Green+Blue) = 242+122+165=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F27AA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27AA5 is #0D855A. Grayscale: #A2A2A2. Windows color (decimal): -886107 or 10844914. OLE color: 10844914.

HSL color Cylindrical-coordinate representation of color #F27AA5: hue angle of 338.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27AA5 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 122 165 -
CMYK 0 0.50 0.32 0.05
HSL 338.5º 0.82% 0.71% -
HSV(B) 338.5º 0.5% 0.95% -
XYZ 50.37 35.51 39.8 -
YUV 162.78 129.26 184.5 -
System Red Green Blue C M Y K H S L
Decimal 242 122 165 0 0.50 0.32 0.05 338.5 0.82 0.71
Hex F2 7A A5 0 32 20 5 152 52 47
Octal 362 172 245 0 62 40 5 522 122 107
Binary 11110010 1111010 10100101 0 110010 100000 101 101010010 1010010 1000111

Color Harmonies of #F27AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27AA5

Black with #F27AA5

Text Example


Text Example

White with #F27AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27AA5; }

 p { color: rgb(242,122,165); }

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

background-color css

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

 a { background-color: rgb(242,122,165); }

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

border-color css

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

 span { border-color: rgb(242,122,165); }

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