Html Css Color HEX #F065B9 Hot Pink

📋 copy color: '#F065B9'

red 240 ◦ green 101 ◦ blue 185

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

Shades of Hot Pink #F065B9

Tints of Hot Pink #F065B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.17%

R = 45.63%
G = 19.2%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F065B9 (or 0xF065B9) is known color: Hot Pink. HEX triplet: F0, 65 and B9. RGB value is (240,101,185). Sum of RGB (Red+Green+Blue) = 240+101+185=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F065B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065B9 is #0F9A46. Grayscale: #979797. Windows color (decimal): -1022535 or 12150256. OLE color: 12150256.

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

Color convert

RGB 240 101 185 -
CMYK 0 0.58 0.23 0.06
HSL 323.74º 0.82% 0.67% -
HSV(B) 323.74º 0.58% 0.94% -
XYZ 49.35 31.34 49.35 -
YUV 152.14 146.55 190.67 -
System Red Green Blue C M Y K H S L
Decimal 240 101 185 0 0.58 0.23 0.06 323.74 0.82 0.67
Hex F0 65 B9 0 3A 17 6 144 52 43
Octal 360 145 271 0 72 27 6 504 122 103
Binary 11110000 1100101 10111001 0 111010 10111 110 101000100 1010010 1000011

Color Harmonies of #F065B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F065B9

Black with #F065B9

Text Example


Text Example

White with #F065B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F065B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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