#F35CBC

Color #F35CBC Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #F35CBC

Tints of Hot Pink #F35CBC

Color information

#F35CBC (or 0xF35CBC) is unknown color: approx Hot Pink. HEX triplet: F3, 5C and BC. RGB value is (243,92,188). Sum of RGB (Red+Green+Blue) = 243+92+188=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 92 (36.33% from 255 or 17.59% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 243 - color contains mainly: red. Hex color #F35CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35CBC is #0CA343. Grayscale: #939393. Windows color (decimal): -828228 or 12344563. OLE color: 12344563.

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

Color convert

RGB24392188-
CMYK00.620.230.05
HSL321.85º86.29%65.69%-
HSV(B)321.85º62.14%95.29%-
XYZ49.8730.3450.8-
YUV148.09150.53195.69-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.46%
GREEN value IS 92 (36.33% from 255) = 17.59%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=46.46%
G=17.59%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439218800.620.230.05321.8586.2965.69
HexF35CBC03E1751425642
Octal363134274076275502126102
Binary1111001110111001011110001111101011110110100001010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35CBC; }

 p { color: rgb(243,92,188); }

 H1.HeaderClassName
 {
   color: #F35CBC;
 }
 .AnyTagClassName
 {
   color: #F35CBC;
 }
</style>
background-color css

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

 a { background-color: rgb(243,92,188); }

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

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

 span { border-color: rgb(243,92,188); }

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