Html Css Color HEX #F65FAC Hot Pink

📋 copy color: '#F65FAC'

red 246 ◦ green 95 ◦ blue 172

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

Shades of Hot Pink #F65FAC

Tints of Hot Pink #F65FAC

RGB

 RED value IS 246 (96.48% from 255) = 47.95%

 GREEN value IS 95 (37.5% from 255) = 18.52%

 BLUE value IS 172 (67.58% from 255) = 33.53%

R = 47.95%
G = 18.52%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F65FAC (or 0xF65FAC) is known color: Hot Pink. HEX triplet: F6, 5F and AC. RGB value is (246,95,172). Sum of RGB (Red+Green+Blue) = 246+95+172=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F65FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65FAC is #09A053. Grayscale: #949494. Windows color (decimal): -630868 or 11296758. OLE color: 11296758.

HSL color Cylindrical-coordinate representation of color #F65FAC: hue angle of 329.4º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F65FAC is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 95 172 -
CMYK 0 0.61 0.30 0.04
HSL 329.4º 0.89% 0.67% -
HSV(B) 329.4º 0.61% 0.96% -
XYZ 49.54 30.76 42.35 -
YUV 148.93 141.03 197.24 -
System Red Green Blue C M Y K H S L
Decimal 246 95 172 0 0.61 0.30 0.04 329.4 0.89 0.67
Hex F6 5F AC 0 3D 1E 4 149 59 43
Octal 366 137 254 0 75 36 4 511 131 103
Binary 11110110 1011111 10101100 0 111101 11110 100 101001001 1011001 1000011

Color Harmonies of #F65FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65FAC

Black with #F65FAC

Text Example


Text Example

White with #F65FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65FAC; }

 p { color: rgb(246,95,172); }

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

background-color css

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

 a { background-color: rgb(246,95,172); }

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

border-color css

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

 span { border-color: rgb(246,95,172); }

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