Html Css Color HEX #F55CBD Hot Pink

📋 copy color: '#F55CBD'

red 245 ◦ green 92 ◦ blue 189

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

Shades of Hot Pink #F55CBD

Tints of Hot Pink #F55CBD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.49%

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

R = 46.58%
G = 17.49%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F55CBD (or 0xF55CBD) is known color: Hot Pink. HEX triplet: F5, 5C and BD. RGB value is (245,92,189). Sum of RGB (Red+Green+Blue) = 245+92+189=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 92 (36.33% from 255 or 17.49% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F55CBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55CBD is #0AA342. Grayscale: #949494. Windows color (decimal): -697155 or 12410101. OLE color: 12410101.

HSL color Cylindrical-coordinate representation of color #F55CBD: hue angle of 321.96º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55CBD is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 92 189 -
CMYK 0 0.62 0.23 0.04
HSL 321.96º 0.88% 0.66% -
HSV(B) 321.96º 0.62% 0.96% -
XYZ 50.67 30.74 51.41 -
YUV 148.81 150.69 196.61 -
System Red Green Blue C M Y K H S L
Decimal 245 92 189 0 0.62 0.23 0.04 321.96 0.88 0.66
Hex F5 5C BD 0 3E 17 4 142 58 42
Octal 365 134 275 0 76 27 4 502 130 102
Binary 11110101 1011100 10111101 0 111110 10111 100 101000010 1011000 1000010

Color Harmonies of #F55CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55CBD

Black with #F55CBD

Text Example


Text Example

White with #F55CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55CBD; }

 p { color: rgb(245,92,189); }

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

background-color css

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

 a { background-color: rgb(245,92,189); }

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

border-color css

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

 span { border-color: rgb(245,92,189); }

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