Html Css Color HEX #F062B0 Hot Pink

📋 copy color: '#F062B0'

red 240 ◦ green 98 ◦ blue 176

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

Shades of Hot Pink #F062B0

Tints of Hot Pink #F062B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.24%

R = 46.69%
G = 19.07%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F062B0 (or 0xF062B0) is known color: Hot Pink. HEX triplet: F0, 62 and B0. RGB value is (240,98,176). Sum of RGB (Red+Green+Blue) = 240+98+176=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F062B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F062B0 is #0F9D4F. Grayscale: #959595. Windows color (decimal): -1023312 or 11559664. OLE color: 11559664.

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

Color convert

RGB 240 98 176 -
CMYK 0 0.59 0.27 0.06
HSL 327.04º 0.83% 0.66% -
HSV(B) 327.04º 0.59% 0.94% -
XYZ 48.14 30.4 44.4 -
YUV 149.35 143.04 192.66 -
System Red Green Blue C M Y K H S L
Decimal 240 98 176 0 0.59 0.27 0.06 327.04 0.83 0.66
Hex F0 62 B0 0 3B 1B 6 147 53 42
Octal 360 142 260 0 73 33 6 507 123 102
Binary 11110000 1100010 10110000 0 111011 11011 110 101000111 1010011 1000010

Color Harmonies of #F062B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F062B0

Black with #F062B0

Text Example


Text Example

White with #F062B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F062B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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