Html Css Color HEX #F275AB Tickle Me Pink

📋 copy color: '#F275AB'

red 242 ◦ green 117 ◦ blue 171

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

Shades of Tickle Me Pink #F275AB

Tints of Tickle Me Pink #F275AB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.08%

 BLUE value IS 171 (67.19% from 255) = 32.26%

R = 45.66%
G = 22.08%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F275AB (or 0xF275AB) is known color: Tickle Me Pink. HEX triplet: F2, 75 and AB. RGB value is (242,117,171). Sum of RGB (Red+Green+Blue) = 242+117+171=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F275AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F275AB is #0D8A54. Grayscale: #A0A0A0. Windows color (decimal): -887381 or 11236850. OLE color: 11236850.

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

Color convert

RGB 242 117 171 -
CMYK 0 0.52 0.29 0.05
HSL 334.08º 0.83% 0.7% -
HSV(B) 334.08º 0.52% 0.95% -
XYZ 50.33 34.54 42.54 -
YUV 160.53 133.91 186.11 -
System Red Green Blue C M Y K H S L
Decimal 242 117 171 0 0.52 0.29 0.05 334.08 0.83 0.7
Hex F2 75 AB 0 34 1D 5 14E 53 46
Octal 362 165 253 0 64 35 5 516 123 106
Binary 11110010 1110101 10101011 0 110100 11101 101 101001110 1010011 1000110

Color Harmonies of #F275AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F275AB

Black with #F275AB

Text Example


Text Example

White with #F275AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F275AB; }

 p { color: rgb(242,117,171); }

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

background-color css

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

 a { background-color: rgb(242,117,171); }

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

border-color css

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

 span { border-color: rgb(242,117,171); }

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