Html Css Color HEX #F27FA5 Tickle Me Pink

📋 copy color: '#F27FA5'

red 242 ◦ green 127 ◦ blue 165

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

Shades of Tickle Me Pink #F27FA5

Tints of Tickle Me Pink #F27FA5

RGB

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

 GREEN value IS 127 (50% from 255) = 23.78%

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

R = 45.32%
G = 23.78%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F27FA5 (or 0xF27FA5) is known color: Tickle Me Pink. HEX triplet: F2, 7F and A5. RGB value is (242,127,165). Sum of RGB (Red+Green+Blue) = 242+127+165=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 165 (64.84% from 255 or 30.90% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F27FA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27FA5 is #0D805A. Grayscale: #A5A5A5. Windows color (decimal): -884827 or 10846194. OLE color: 10846194.

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

Color convert

RGB 242 127 165 -
CMYK 0 0.48 0.32 0.05
HSL 340.17º 0.82% 0.72% -
HSV(B) 340.17º 0.48% 0.95% -
XYZ 51 36.77 40.01 -
YUV 165.72 127.6 182.41 -
System Red Green Blue C M Y K H S L
Decimal 242 127 165 0 0.48 0.32 0.05 340.17 0.82 0.72
Hex F2 7F A5 0 30 20 5 154 52 48
Octal 362 177 245 0 60 40 5 524 122 110
Binary 11110010 1111111 10100101 0 110000 100000 101 101010100 1010010 1001000

Color Harmonies of #F27FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27FA5

Black with #F27FA5

Text Example


Text Example

White with #F27FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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