Html Css Color HEX #F380AF Tickle Me Pink

📋 copy color: '#F380AF'

red 243 ◦ green 128 ◦ blue 175

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

Shades of Tickle Me Pink #F380AF

Tints of Tickle Me Pink #F380AF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.44%

 BLUE value IS 175 (68.75% from 255) = 32.05%

R = 44.51%
G = 23.44%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F380AF (or 0xF380AF) is known color: Tickle Me Pink. HEX triplet: F3, 80 and AF. RGB value is (243,128,175). Sum of RGB (Red+Green+Blue) = 243+128+175=546 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.51% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 243 - color contains mainly: red. Hex color #F380AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F380AF is #0C7F50. Grayscale: #A7A7A7. Windows color (decimal): -819025 or 11501811. OLE color: 11501811.

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

Color convert

RGB 243 128 175 -
CMYK 0 0.47 0.28 0.05
HSL 335.48º 0.83% 0.73% -
HSV(B) 335.48º 0.47% 0.95% -
XYZ 52.42 37.59 45.05 -
YUV 167.74 132.1 181.68 -
System Red Green Blue C M Y K H S L
Decimal 243 128 175 0 0.47 0.28 0.05 335.48 0.83 0.73
Hex F3 80 AF 0 2F 1C 5 14F 53 49
Octal 363 200 257 0 57 34 5 517 123 111
Binary 11110011 10000000 10101111 0 101111 11100 101 101001111 1010011 1001001

Color Harmonies of #F380AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F380AF

Black with #F380AF

Text Example


Text Example

White with #F380AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F380AF; }

 p { color: rgb(243,128,175); }

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

background-color css

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

 a { background-color: rgb(243,128,175); }

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

border-color css

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

 span { border-color: rgb(243,128,175); }

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