Html Css Color HEX #F382B0 Tickle Me Pink

📋 copy color: '#F382B0'

red 243 ◦ green 130 ◦ blue 176

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

Shades of Tickle Me Pink #F382B0

Tints of Tickle Me Pink #F382B0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.68%

 BLUE value IS 176 (69.14% from 255) = 32.06%

R = 44.26%
G = 23.68%
B = 32.06%

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

#F382B0 (or 0xF382B0) is known color: Tickle Me Pink. HEX triplet: F3, 82 and B0. RGB value is (243,130,176). Sum of RGB (Red+Green+Blue) = 243+130+176=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F382B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F382B0 is #0C7D4F. Grayscale: #A8A8A8. Windows color (decimal): -818512 or 11567859. OLE color: 11567859.

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

Color convert

RGB 243 130 176 -
CMYK 0 0.47 0.28 0.05
HSL 335.58º 0.82% 0.73% -
HSV(B) 335.58º 0.47% 0.95% -
XYZ 52.78 38.15 45.66 -
YUV 169.03 131.94 180.76 -
System Red Green Blue C M Y K H S L
Decimal 243 130 176 0 0.47 0.28 0.05 335.58 0.82 0.73
Hex F3 82 B0 0 2F 1C 5 150 52 49
Octal 363 202 260 0 57 34 5 520 122 111
Binary 11110011 10000010 10110000 0 101111 11100 101 101010000 1010010 1001001

Color Harmonies of #F382B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F382B0

Black with #F382B0

Text Example


Text Example

White with #F382B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F382B0; }

 p { color: rgb(243,130,176); }

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

background-color css

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

 a { background-color: rgb(243,130,176); }

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

border-color css

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

 span { border-color: rgb(243,130,176); }

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