Html Css Color HEX #F270A0 Tickle Me Pink

📋 copy color: '#F270A0'

red 242 ◦ green 112 ◦ blue 160

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

Shades of Tickle Me Pink #F270A0

Tints of Tickle Me Pink #F270A0

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.79%

 BLUE value IS 160 (62.89% from 255) = 31.13%

R = 47.08%
G = 21.79%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F270A0 (or 0xF270A0) is known color: Tickle Me Pink. HEX triplet: F2, 70 and A0. RGB value is (242,112,160). Sum of RGB (Red+Green+Blue) = 242+112+160=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F270A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F270A0 is #0D8F5F. Grayscale: #9C9C9C. Windows color (decimal): -888672 or 10514674. OLE color: 10514674.

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

Color convert

RGB 242 112 160 -
CMYK 0 0.54 0.34 0.05
HSL 337.85º 0.83% 0.69% -
HSV(B) 337.85º 0.54% 0.95% -
XYZ 48.76 33 37.06 -
YUV 156.34 130.07 189.1 -
System Red Green Blue C M Y K H S L
Decimal 242 112 160 0 0.54 0.34 0.05 337.85 0.83 0.69
Hex F2 70 A0 0 36 22 5 152 53 45
Octal 362 160 240 0 66 42 5 522 123 105
Binary 11110010 1110000 10100000 0 110110 100010 101 101010010 1010011 1000101

Color Harmonies of #F270A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F270A0

Black with #F270A0

Text Example


Text Example

White with #F270A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F270A0; }

 p { color: rgb(242,112,160); }

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

background-color css

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

 a { background-color: rgb(242,112,160); }

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

border-color css

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

 span { border-color: rgb(242,112,160); }

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