Html Css Color HEX #F065BB Hot Pink

📋 copy color: '#F065BB'

red 240 ◦ green 101 ◦ blue 187

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

Shades of Hot Pink #F065BB

Tints of Hot Pink #F065BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.42%

R = 45.45%
G = 19.13%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F065BB (or 0xF065BB) is known color: Hot Pink. HEX triplet: F0, 65 and BB. RGB value is (240,101,187). Sum of RGB (Red+Green+Blue) = 240+101+187=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F065BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065BB is #0F9A44. Grayscale: #989898. Windows color (decimal): -1022533 or 12281328. OLE color: 12281328.

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

Color convert

RGB 240 101 187 -
CMYK 0 0.58 0.22 0.06
HSL 322.88º 0.82% 0.67% -
HSV(B) 322.88º 0.58% 0.94% -
XYZ 49.56 31.42 50.47 -
YUV 152.37 147.55 190.51 -
System Red Green Blue C M Y K H S L
Decimal 240 101 187 0 0.58 0.22 0.06 322.88 0.82 0.67
Hex F0 65 BB 0 3A 16 6 143 52 43
Octal 360 145 273 0 72 26 6 503 122 103
Binary 11110000 1100101 10111011 0 111010 10110 110 101000011 1010010 1000011

Color Harmonies of #F065BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F065BB

Black with #F065BB

Text Example


Text Example

White with #F065BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F065BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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