Html Css Color HEX #F065AA Hot Pink

📋 copy color: '#F065AA'

red 240 ◦ green 101 ◦ blue 170

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

Shades of Hot Pink #F065AA

Tints of Hot Pink #F065AA

RGB

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

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

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

R = 46.97%
G = 19.77%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F065AA (or 0xF065AA) is known color: Hot Pink. HEX triplet: F0, 65 and AA. RGB value is (240,101,170). Sum of RGB (Red+Green+Blue) = 240+101+170=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F065AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F065AA is #0F9A55. Grayscale: #969696. Windows color (decimal): -1022550 or 11167216. OLE color: 11167216.

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

Color convert

RGB 240 101 170 -
CMYK 0 0.58 0.29 0.06
HSL 330.22º 0.82% 0.67% -
HSV(B) 330.22º 0.58% 0.94% -
XYZ 47.84 30.73 41.44 -
YUV 150.43 139.05 191.89 -
System Red Green Blue C M Y K H S L
Decimal 240 101 170 0 0.58 0.29 0.06 330.22 0.82 0.67
Hex F0 65 AA 0 3A 1D 6 14A 52 43
Octal 360 145 252 0 72 35 6 512 122 103
Binary 11110000 1100101 10101010 0 111010 11101 110 101001010 1010010 1000011

Color Harmonies of #F065AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F065AA

Black with #F065AA

Text Example


Text Example

White with #F065AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F065AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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