Html Css Color HEX #F555B6 Hot Pink

📋 copy color: '#F555B6'

red 245 ◦ green 85 ◦ blue 182

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

Shades of Hot Pink #F555B6

Tints of Hot Pink #F555B6

RGB

 RED value IS 245 (96.09% from 255) = 47.85%

 GREEN value IS 85 (33.59% from 255) = 16.6%

 BLUE value IS 182 (71.48% from 255) = 35.55%

R = 47.85%
G = 16.6%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F555B6 (or 0xF555B6) is known color: Hot Pink. HEX triplet: F5, 55 and B6. RGB value is (245,85,182). Sum of RGB (Red+Green+Blue) = 245+85+182=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F555B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F555B6 is #0AAA49. Grayscale: #8F8F8F. Windows color (decimal): -698954 or 11949557. OLE color: 11949557.

HSL color Cylindrical-coordinate representation of color #F555B6: hue angle of 323.62º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F555B6 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 85 182 -
CMYK 0 0.65 0.26 0.04
HSL 323.63º 0.89% 0.65% -
HSV(B) 323.63º 0.65% 0.96% -
XYZ 49.35 29.29 47.31 -
YUV 143.9 149.51 200.11 -
System Red Green Blue C M Y K H S L
Decimal 245 85 182 0 0.65 0.26 0.04 323.63 0.89 0.65
Hex F5 55 B6 0 41 1A 4 144 59 41
Octal 365 125 266 0 101 32 4 504 131 101
Binary 11110101 1010101 10110110 0 1000001 11010 100 101000100 1011001 1000001

Color Harmonies of #F555B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F555B6

Black with #F555B6

Text Example


Text Example

White with #F555B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F555B6; }

 p { color: rgb(245,85,182); }

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

background-color css

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

 a { background-color: rgb(245,85,182); }

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

border-color css

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

 span { border-color: rgb(245,85,182); }

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