Html Css Color HEX #F385AD Tickle Me Pink

📋 copy color: '#F385AD'

red 243 ◦ green 133 ◦ blue 173

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

Shades of Tickle Me Pink #F385AD

Tints of Tickle Me Pink #F385AD

RGB

 RED value IS 243 (95.31% from 255) = 44.26%

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

 BLUE value IS 173 (67.97% from 255) = 31.51%

R = 44.26%
G = 24.23%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F385AD (or 0xF385AD) is known color: Tickle Me Pink. HEX triplet: F3, 85 and AD. RGB value is (243,133,173). Sum of RGB (Red+Green+Blue) = 243+133+173=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F385AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F385AD is #0C7A52. Grayscale: #AAAAAA. Windows color (decimal): -817747 or 11372019. OLE color: 11372019.

HSL color Cylindrical-coordinate representation of color #F385AD: hue angle of 338.18º degrees, saturation: 0.82, 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 #F385AD is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 133 173 -
CMYK 0 0.45 0.29 0.05
HSL 338.18º 0.82% 0.74% -
HSV(B) 338.18º 0.45% 0.95% -
XYZ 52.89 38.85 44.25 -
YUV 170.45 129.44 179.75 -
System Red Green Blue C M Y K H S L
Decimal 243 133 173 0 0.45 0.29 0.05 338.18 0.82 0.74
Hex F3 85 AD 0 2D 1D 5 152 52 4A
Octal 363 205 255 0 55 35 5 522 122 112
Binary 11110011 10000101 10101101 0 101101 11101 101 101010010 1010010 1001010

Color Harmonies of #F385AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F385AD

Black with #F385AD

Text Example


Text Example

White with #F385AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F385AD; }

 p { color: rgb(243,133,173); }

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

background-color css

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

 a { background-color: rgb(243,133,173); }

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

border-color css

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

 span { border-color: rgb(243,133,173); }

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