Html Css Color HEX #F062B9 Hot Pink

📋 copy color: '#F062B9'

red 240 ◦ green 98 ◦ blue 185

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

Shades of Hot Pink #F062B9

Tints of Hot Pink #F062B9

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.74%

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

R = 45.89%
G = 18.74%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F062B9 (or 0xF062B9) is known color: Hot Pink. HEX triplet: F0, 62 and B9. RGB value is (240,98,185). Sum of RGB (Red+Green+Blue) = 240+98+185=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 98 (38.67% from 255 or 18.74% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F062B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F062B9 is #0F9D46. Grayscale: #969696. Windows color (decimal): -1023303 or 12149488. OLE color: 12149488.

HSL color Cylindrical-coordinate representation of color #F062B9: hue angle of 323.24º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F062B9 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 98 185 -
CMYK 0 0.59 0.23 0.06
HSL 323.24º 0.83% 0.66% -
HSV(B) 323.24º 0.59% 0.94% -
XYZ 49.06 30.76 49.25 -
YUV 150.38 147.54 191.93 -
System Red Green Blue C M Y K H S L
Decimal 240 98 185 0 0.59 0.23 0.06 323.24 0.83 0.66
Hex F0 62 B9 0 3B 17 6 143 53 42
Octal 360 142 271 0 73 27 6 503 123 102
Binary 11110000 1100010 10111001 0 111011 10111 110 101000011 1010011 1000010

Color Harmonies of #F062B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F062B9

Black with #F062B9

Text Example


Text Example

White with #F062B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F062B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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