Html Css Color HEX #F2769C Tickle Me Pink

📋 copy color: '#F2769C'

red 242 ◦ green 118 ◦ blue 156

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

Shades of Tickle Me Pink #F2769C

Tints of Tickle Me Pink #F2769C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.23%

R = 46.9%
G = 22.87%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2769C (or 0xF2769C) is known color: Tickle Me Pink. HEX triplet: F2, 76 and 9C. RGB value is (242,118,156). Sum of RGB (Red+Green+Blue) = 242+118+156=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2769C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2769C is #0D8963. Grayscale: #9F9F9F. Windows color (decimal): -887140 or 10254066. OLE color: 10254066.

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

Color convert

RGB 242 118 156 -
CMYK 0 0.51 0.36 0.05
HSL 341.61º 0.83% 0.71% -
HSV(B) 341.61º 0.51% 0.95% -
XYZ 49.1 34.23 35.47 -
YUV 159.41 126.08 186.91 -
System Red Green Blue C M Y K H S L
Decimal 242 118 156 0 0.51 0.36 0.05 341.61 0.83 0.71
Hex F2 76 9C 0 33 24 5 156 53 47
Octal 362 166 234 0 63 44 5 526 123 107
Binary 11110010 1110110 10011100 0 110011 100100 101 101010110 1010011 1000111

Color Harmonies of #F2769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2769C

Black with #F2769C

Text Example


Text Example

White with #F2769C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2769C; }

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

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

background-color css

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

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

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

border-color css

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

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

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