Html Css Color HEX #F2749E Tickle Me Pink

📋 copy color: '#F2749E'

red 242 ◦ green 116 ◦ blue 158

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

Shades of Tickle Me Pink #F2749E

Tints of Tickle Me Pink #F2749E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.48%

 BLUE value IS 158 (62.11% from 255) = 30.62%

R = 46.9%
G = 22.48%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2749E (or 0xF2749E) is known color: Tickle Me Pink. HEX triplet: F2, 74 and 9E. RGB value is (242,116,158). Sum of RGB (Red+Green+Blue) = 242+116+158=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 116 (45.70% from 255 or 22.48% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2749E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2749E is #0D8B61. Grayscale: #9E9E9E. Windows color (decimal): -887650 or 10384626. OLE color: 10384626.

HSL color Cylindrical-coordinate representation of color #F2749E: hue angle of 340º 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 #F2749E is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 116 158 -
CMYK 0 0.52 0.35 0.05
HSL 340º 0.83% 0.7% -
HSV(B) 340º 0.52% 0.95% -
XYZ 49.03 33.84 36.29 -
YUV 158.46 127.74 187.58 -
System Red Green Blue C M Y K H S L
Decimal 242 116 158 0 0.52 0.35 0.05 340 0.83 0.7
Hex F2 74 9E 0 34 23 5 154 53 46
Octal 362 164 236 0 64 43 5 524 123 106
Binary 11110010 1110100 10011110 0 110100 100011 101 101010100 1010011 1000110

Color Harmonies of #F2749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2749E

Black with #F2749E

Text Example


Text Example

White with #F2749E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2749E; }

 p { color: rgb(242,116,158); }

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

background-color css

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

 a { background-color: rgb(242,116,158); }

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

border-color css

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

 span { border-color: rgb(242,116,158); }

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