Html Css Color HEX #F065AC Hot Pink

📋 copy color: '#F065AC'

red 240 ◦ green 101 ◦ blue 172

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

Shades of Hot Pink #F065AC

Tints of Hot Pink #F065AC

RGB

 RED value IS 240 (94.14% from 255) = 46.78%

 GREEN value IS 101 (39.84% from 255) = 19.69%

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

R = 46.78%
G = 19.69%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F065AC (or 0xF065AC) is known color: Hot Pink. HEX triplet: F0, 65 and AC. RGB value is (240,101,172). Sum of RGB (Red+Green+Blue) = 240+101+172=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F065AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F065AC is #0F9A53. Grayscale: #969696. Windows color (decimal): -1022548 or 11298288. OLE color: 11298288.

HSL color Cylindrical-coordinate representation of color #F065AC: hue angle of 329.35º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F065AC is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 101 172 -
CMYK 0 0.58 0.28 0.06
HSL 329.35º 0.82% 0.67% -
HSV(B) 329.35º 0.58% 0.94% -
XYZ 48.04 30.81 42.45 -
YUV 150.66 140.05 191.73 -
System Red Green Blue C M Y K H S L
Decimal 240 101 172 0 0.58 0.28 0.06 329.35 0.82 0.67
Hex F0 65 AC 0 3A 1C 6 149 52 43
Octal 360 145 254 0 72 34 6 511 122 103
Binary 11110000 1100101 10101100 0 111010 11100 110 101001001 1010010 1000011

Color Harmonies of #F065AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F065AC

Black with #F065AC

Text Example


Text Example

White with #F065AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F065AC; }

 p { color: rgb(240,101,172); }

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

background-color css

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

 a { background-color: rgb(240,101,172); }

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

border-color css

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

 span { border-color: rgb(240,101,172); }

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