Html Css Color HEX #F272A2 Tickle Me Pink

📋 copy color: '#F272A2'

red 242 ◦ green 114 ◦ blue 162

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

Shades of Tickle Me Pink #F272A2

Tints of Tickle Me Pink #F272A2

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.01%

 BLUE value IS 162 (63.67% from 255) = 31.27%

R = 46.72%
G = 22.01%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F272A2 (or 0xF272A2) is known color: Tickle Me Pink. HEX triplet: F2, 72 and A2. RGB value is (242,114,162). Sum of RGB (Red+Green+Blue) = 242+114+162=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F272A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F272A2 is #0D8D5D. Grayscale: #9D9D9D. Windows color (decimal): -888158 or 10646258. OLE color: 10646258.

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

Color convert

RGB 242 114 162 -
CMYK 0 0.53 0.33 0.05
HSL 337.5º 0.83% 0.7% -
HSV(B) 337.5º 0.53% 0.95% -
XYZ 49.16 33.52 38.06 -
YUV 157.74 130.41 188.1 -
System Red Green Blue C M Y K H S L
Decimal 242 114 162 0 0.53 0.33 0.05 337.5 0.83 0.7
Hex F2 72 A2 0 35 21 5 152 53 46
Octal 362 162 242 0 65 41 5 522 123 106
Binary 11110010 1110010 10100010 0 110101 100001 101 101010010 1010011 1000110

Color Harmonies of #F272A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F272A2

Black with #F272A2

Text Example


Text Example

White with #F272A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F272A2; }

 p { color: rgb(242,114,162); }

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

background-color css

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

 a { background-color: rgb(242,114,162); }

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

border-color css

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

 span { border-color: rgb(242,114,162); }

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