Html Css Color HEX #F27D9D Tickle Me Pink

📋 copy color: '#F27D9D'

red 242 ◦ green 125 ◦ blue 157

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

Shades of Tickle Me Pink #F27D9D

Tints of Tickle Me Pink #F27D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.96%

R = 46.18%
G = 23.85%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F27D9D (or 0xF27D9D) is known color: Tickle Me Pink. HEX triplet: F2, 7D and 9D. RGB value is (242,125,157). Sum of RGB (Red+Green+Blue) = 242+125+157=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27D9D is #0D8262. Grayscale: #A3A3A3. Windows color (decimal): -885347 or 10321394. OLE color: 10321394.

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

Color convert

RGB 242 125 157 -
CMYK 0 0.48 0.35 0.05
HSL 343.59º 0.82% 0.72% -
HSV(B) 343.59º 0.48% 0.95% -
XYZ 50.04 35.98 36.21 -
YUV 163.63 124.26 183.9 -
System Red Green Blue C M Y K H S L
Decimal 242 125 157 0 0.48 0.35 0.05 343.59 0.82 0.72
Hex F2 7D 9D 0 30 23 5 158 52 48
Octal 362 175 235 0 60 43 5 530 122 110
Binary 11110010 1111101 10011101 0 110000 100011 101 101011000 1010010 1001000

Color Harmonies of #F27D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27D9D

Black with #F27D9D

Text Example


Text Example

White with #F27D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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