Html Css Color HEX #F27DAE Tickle Me Pink

📋 copy color: '#F27DAE'

red 242 ◦ green 125 ◦ blue 174

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

Shades of Tickle Me Pink #F27DAE

Tints of Tickle Me Pink #F27DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.11%

 BLUE value IS 174 (68.36% from 255) = 32.16%

R = 44.73%
G = 23.11%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F27DAE (or 0xF27DAE) is known color: Tickle Me Pink. HEX triplet: F2, 7D and AE. RGB value is (242,125,174). Sum of RGB (Red+Green+Blue) = 242+125+174=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F27DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27DAE is #0D8251. Grayscale: #A5A5A5. Windows color (decimal): -885330 or 11435506. OLE color: 11435506.

HSL color Cylindrical-coordinate representation of color #F27DAE: hue angle of 334.87º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27DAE is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 125 174 -
CMYK 0 0.48 0.28 0.05
HSL 334.87º 0.82% 0.72% -
HSV(B) 334.87º 0.48% 0.95% -
XYZ 51.59 36.6 44.39 -
YUV 165.57 132.76 182.52 -
System Red Green Blue C M Y K H S L
Decimal 242 125 174 0 0.48 0.28 0.05 334.87 0.82 0.72
Hex F2 7D AE 0 30 1C 5 14F 52 48
Octal 362 175 256 0 60 34 5 517 122 110
Binary 11110010 1111101 10101110 0 110000 11100 101 101001111 1010010 1001000

Color Harmonies of #F27DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27DAE

Black with #F27DAE

Text Example


Text Example

White with #F27DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27DAE; }

 p { color: rgb(242,125,174); }

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

background-color css

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

 a { background-color: rgb(242,125,174); }

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

border-color css

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

 span { border-color: rgb(242,125,174); }

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