Html Css Color HEX #F364AA Hot Pink

📋 copy color: '#F364AA'

red 243 ◦ green 100 ◦ blue 170

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

Shades of Hot Pink #F364AA

Tints of Hot Pink #F364AA

RGB

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

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

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

R = 47.37%
G = 19.49%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F364AA (or 0xF364AA) is known color: Hot Pink. HEX triplet: F3, 64 and AA. RGB value is (243,100,170). Sum of RGB (Red+Green+Blue) = 243+100+170=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F364AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F364AA is #0C9B55. Grayscale: #969696. Windows color (decimal): -826198 or 11166963. OLE color: 11166963.

HSL color Cylindrical-coordinate representation of color #F364AA: hue angle of 330.63º 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 #F364AA is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 100 170 -
CMYK 0 0.59 0.30 0.05
HSL 330.63º 0.86% 0.67% -
HSV(B) 330.63º 0.59% 0.95% -
XYZ 48.78 31.07 41.46 -
YUV 150.74 138.88 193.81 -
System Red Green Blue C M Y K H S L
Decimal 243 100 170 0 0.59 0.30 0.05 330.63 0.86 0.67
Hex F3 64 AA 0 3B 1E 5 14B 56 43
Octal 363 144 252 0 73 36 5 513 126 103
Binary 11110011 1100100 10101010 0 111011 11110 101 101001011 1010110 1000011

Color Harmonies of #F364AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F364AA

Black with #F364AA

Text Example


Text Example

White with #F364AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F364AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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