Html Css Color HEX #F056B5 Hot Pink

📋 copy color: '#F056B5'

red 240 ◦ green 86 ◦ blue 181

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

Shades of Hot Pink #F056B5

Tints of Hot Pink #F056B5

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.96%

 BLUE value IS 181 (71.09% from 255) = 35.7%

R = 47.34%
G = 16.96%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F056B5 (or 0xF056B5) is known color: Hot Pink. HEX triplet: F0, 56 and B5. RGB value is (240,86,181). Sum of RGB (Red+Green+Blue) = 240+86+181=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 86 (33.98% from 255 or 16.96% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F056B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F056B5 is #0FA94A. Grayscale: #8E8E8E. Windows color (decimal): -1026379 or 11884272. OLE color: 11884272.

HSL color Cylindrical-coordinate representation of color #F056B5: hue angle of 322.99º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F056B5 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 86 181 -
CMYK 0 0.64 0.25 0.06
HSL 322.99º 0.84% 0.64% -
HSV(B) 322.99º 0.64% 0.94% -
XYZ 47.6 28.52 46.71 -
YUV 142.88 149.52 197.28 -
System Red Green Blue C M Y K H S L
Decimal 240 86 181 0 0.64 0.25 0.06 322.99 0.84 0.64
Hex F0 56 B5 0 40 19 6 143 54 40
Octal 360 126 265 0 100 31 6 503 124 100
Binary 11110000 1010110 10110101 0 1000000 11001 110 101000011 1010100 1000000

Color Harmonies of #F056B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F056B5

Black with #F056B5

Text Example


Text Example

White with #F056B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F056B5; }

 p { color: rgb(240,86,181); }

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

background-color css

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

 a { background-color: rgb(240,86,181); }

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

border-color css

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

 span { border-color: rgb(240,86,181); }

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