Html Css Color HEX #FE70A2 Tickle Me Pink

📋 copy color: '#FE70A2'

red 254 ◦ green 112 ◦ blue 162

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

Shades of Tickle Me Pink #FE70A2

Tints of Tickle Me Pink #FE70A2

RGB

 RED value IS 254 (99.61% from 255) = 48.11%

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

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

R = 48.11%
G = 21.21%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FE70A2 (or 0xFE70A2) is known color: Tickle Me Pink. HEX triplet: FE, 70 and A2. RGB value is (254,112,162). Sum of RGB (Red+Green+Blue) = 254+112+162=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE70A2 is #018F5D. Grayscale: #A0A0A0. Windows color (decimal): -102238 or 10645758. OLE color: 10645758.

HSL color Cylindrical-coordinate representation of color #FE70A2: hue angle of 338.87º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE70A2 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 112 162 -
CMYK 0 0.56 0.36 0.00
HSL 338.87º 0.99% 0.72% -
HSV(B) 338.87º 0.56% 1% -
XYZ 53.19 35.27 38.19 -
YUV 160.16 129.04 194.93 -
System Red Green Blue C M Y K H S L
Decimal 254 112 162 0 0.56 0.36 0.00 338.87 0.99 0.72
Hex FE 70 A2 0 38 24 0 153 63 48
Octal 376 160 242 0 70 44 0 523 143 110
Binary 11111110 1110000 10100010 0 111000 100100 0 101010011 1100011 1001000

Color Harmonies of #FE70A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE70A2

Black with #FE70A2

Text Example


Text Example

White with #FE70A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE70A2; }

 p { color: rgb(254,112,162); }

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

background-color css

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

 a { background-color: rgb(254,112,162); }

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

border-color css

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

 span { border-color: rgb(254,112,162); }

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