Html Css Color HEX #F285AA Tickle Me Pink

📋 copy color: '#F285AA'

red 242 ◦ green 133 ◦ blue 170

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

Shades of Tickle Me Pink #F285AA

Tints of Tickle Me Pink #F285AA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.4%

 BLUE value IS 170 (66.8% from 255) = 31.19%

R = 44.4%
G = 24.4%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F285AA (or 0xF285AA) is known color: Tickle Me Pink. HEX triplet: F2, 85 and AA. RGB value is (242,133,170). Sum of RGB (Red+Green+Blue) = 242+133+170=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F285AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F285AA is #0D7A55. Grayscale: #A9A9A9. Windows color (decimal): -883286 or 11175410. OLE color: 11175410.

HSL color Cylindrical-coordinate representation of color #F285AA: hue angle of 339.63º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F285AA is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 133 170 -
CMYK 0 0.45 0.30 0.05
HSL 339.63º 0.81% 0.74% -
HSV(B) 339.63º 0.45% 0.95% -
XYZ 52.26 38.55 42.72 -
YUV 169.81 128.11 179.49 -
System Red Green Blue C M Y K H S L
Decimal 242 133 170 0 0.45 0.30 0.05 339.63 0.81 0.74
Hex F2 85 AA 0 2D 1E 5 154 51 4A
Octal 362 205 252 0 55 36 5 524 121 112
Binary 11110010 10000101 10101010 0 101101 11110 101 101010100 1010001 1001010

Color Harmonies of #F285AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F285AA

Black with #F285AA

Text Example


Text Example

White with #F285AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F285AA; }

 p { color: rgb(242,133,170); }

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

background-color css

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

 a { background-color: rgb(242,133,170); }

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

border-color css

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

 span { border-color: rgb(242,133,170); }

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