Html Css Color HEX #F55FB2 Hot Pink

📋 copy color: '#F55FB2'

red 245 ◦ green 95 ◦ blue 178

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

Shades of Hot Pink #F55FB2

Tints of Hot Pink #F55FB2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.34%

 BLUE value IS 178 (69.92% from 255) = 34.36%

R = 47.3%
G = 18.34%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F55FB2 (or 0xF55FB2) is known color: Hot Pink. HEX triplet: F5, 5F and B2. RGB value is (245,95,178). Sum of RGB (Red+Green+Blue) = 245+95+178=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55FB2 is #0AA04D. Grayscale: #959595. Windows color (decimal): -696398 or 11689973. OLE color: 11689973.

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

Color convert

RGB 245 95 178 -
CMYK 0 0.61 0.27 0.04
HSL 326.8º 0.88% 0.67% -
HSV(B) 326.8º 0.61% 0.96% -
XYZ 49.78 30.81 45.44 -
YUV 149.31 144.2 196.25 -
System Red Green Blue C M Y K H S L
Decimal 245 95 178 0 0.61 0.27 0.04 326.8 0.88 0.67
Hex F5 5F B2 0 3D 1B 4 147 58 43
Octal 365 137 262 0 75 33 4 507 130 103
Binary 11110101 1011111 10110010 0 111101 11011 100 101000111 1011000 1000011

Color Harmonies of #F55FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55FB2

Black with #F55FB2

Text Example


Text Example

White with #F55FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55FB2; }

 p { color: rgb(245,95,178); }

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

background-color css

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

 a { background-color: rgb(245,95,178); }

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

border-color css

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

 span { border-color: rgb(245,95,178); }

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