Html Css Color HEX #F455BD Hot Pink

📋 copy color: '#F455BD'

red 244 ◦ green 85 ◦ blue 189

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

Shades of Hot Pink #F455BD

Tints of Hot Pink #F455BD

RGB

 RED value IS 244 (95.7% from 255) = 47.1%

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

 BLUE value IS 189 (74.22% from 255) = 36.49%

R = 47.1%
G = 16.41%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F455BD (or 0xF455BD) is known color: Hot Pink. HEX triplet: F4, 55 and BD. RGB value is (244,85,189). Sum of RGB (Red+Green+Blue) = 244+85+189=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 85 (33.59% from 255 or 16.41% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F455BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F455BD is #0BAA42. Grayscale: #909090. Windows color (decimal): -764483 or 12408308. OLE color: 12408308.

HSL color Cylindrical-coordinate representation of color #F455BD: hue angle of 320.75º degrees, saturation: 0.88, 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 #F455BD is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 85 189 -
CMYK 0 0.65 0.23 0.04
HSL 320.75º 0.88% 0.65% -
HSV(B) 320.75º 0.65% 0.96% -
XYZ 49.74 29.4 51.2 -
YUV 144.4 153.18 199.04 -
System Red Green Blue C M Y K H S L
Decimal 244 85 189 0 0.65 0.23 0.04 320.75 0.88 0.65
Hex F4 55 BD 0 41 17 4 141 58 41
Octal 364 125 275 0 101 27 4 501 130 101
Binary 11110100 1010101 10111101 0 1000001 10111 100 101000001 1011000 1000001

Color Harmonies of #F455BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F455BD

Black with #F455BD

Text Example


Text Example

White with #F455BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F455BD; }

 p { color: rgb(244,85,189); }

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

background-color css

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

 a { background-color: rgb(244,85,189); }

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

border-color css

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

 span { border-color: rgb(244,85,189); }

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