Html Css Color HEX #F364BA Hot Pink

📋 copy color: '#F364BA'

red 243 ◦ green 100 ◦ blue 186

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

Shades of Hot Pink #F364BA

Tints of Hot Pink #F364BA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.9%

 BLUE value IS 186 (73.05% from 255) = 35.16%

R = 45.94%
G = 18.9%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F364BA (or 0xF364BA) is known color: Hot Pink. HEX triplet: F3, 64 and BA. RGB value is (243,100,186). Sum of RGB (Red+Green+Blue) = 243+100+186=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F364BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F364BA is #0C9B45. Grayscale: #989898. Windows color (decimal): -826182 or 12215539. OLE color: 12215539.

HSL color Cylindrical-coordinate representation of color #F364BA: hue angle of 323.92º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F364BA is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 100 186 -
CMYK 0 0.59 0.23 0.05
HSL 323.92º 0.86% 0.67% -
HSV(B) 323.92º 0.59% 0.95% -
XYZ 50.38 31.71 49.92 -
YUV 152.56 146.88 192.51 -
System Red Green Blue C M Y K H S L
Decimal 243 100 186 0 0.59 0.23 0.05 323.92 0.86 0.67
Hex F3 64 BA 0 3B 17 5 144 56 43
Octal 363 144 272 0 73 27 5 504 126 103
Binary 11110011 1100100 10111010 0 111011 10111 101 101000100 1010110 1000011

Color Harmonies of #F364BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F364BA

Black with #F364BA

Text Example


Text Example

White with #F364BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F364BA; }

 p { color: rgb(243,100,186); }

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

background-color css

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

 a { background-color: rgb(243,100,186); }

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

border-color css

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

 span { border-color: rgb(243,100,186); }

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