Html Css Color HEX #F065AF Hot Pink

📋 copy color: '#F065AF'

red 240 ◦ green 101 ◦ blue 175

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

Shades of Hot Pink #F065AF

Tints of Hot Pink #F065AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.91%

R = 46.51%
G = 19.57%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F065AF (or 0xF065AF) is known color: Hot Pink. HEX triplet: F0, 65 and AF. RGB value is (240,101,175). Sum of RGB (Red+Green+Blue) = 240+101+175=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F065AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F065AF is #0F9A50. Grayscale: #969696. Windows color (decimal): -1022545 or 11494896. OLE color: 11494896.

HSL color Cylindrical-coordinate representation of color #F065AF: hue angle of 328.06º 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 #F065AF is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 101 175 -
CMYK 0 0.58 0.27 0.06
HSL 328.06º 0.82% 0.67% -
HSV(B) 328.06º 0.58% 0.94% -
XYZ 48.33 30.93 43.98 -
YUV 151 141.55 191.48 -
System Red Green Blue C M Y K H S L
Decimal 240 101 175 0 0.58 0.27 0.06 328.06 0.82 0.67
Hex F0 65 AF 0 3A 1B 6 148 52 43
Octal 360 145 257 0 72 33 6 510 122 103
Binary 11110000 1100101 10101111 0 111010 11011 110 101001000 1010010 1000011

Color Harmonies of #F065AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F065AF

Black with #F065AF

Text Example


Text Example

White with #F065AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F065AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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