Html Css Color HEX #F355B9 Hot Pink

📋 copy color: '#F355B9'

red 243 ◦ green 85 ◦ blue 185

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

Shades of Hot Pink #F355B9

Tints of Hot Pink #F355B9

RGB

 RED value IS 243 (95.31% from 255) = 47.37%

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

 BLUE value IS 185 (72.66% from 255) = 36.06%

R = 47.37%
G = 16.57%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F355B9 (or 0xF355B9) is known color: Hot Pink. HEX triplet: F3, 55 and B9. RGB value is (243,85,185). Sum of RGB (Red+Green+Blue) = 243+85+185=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 243 - color contains mainly: red. Hex color #F355B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F355B9 is #0CAA46. Grayscale: #8F8F8F. Windows color (decimal): -830023 or 12146163. OLE color: 12146163.

HSL color Cylindrical-coordinate representation of color #F355B9: hue angle of 322.03º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F355B9 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 85 185 -
CMYK 0 0.65 0.24 0.05
HSL 322.03º 0.87% 0.64% -
HSV(B) 322.03º 0.65% 0.95% -
XYZ 48.97 29.05 48.93 -
YUV 143.64 151.35 198.87 -
System Red Green Blue C M Y K H S L
Decimal 243 85 185 0 0.65 0.24 0.05 322.03 0.87 0.64
Hex F3 55 B9 0 41 18 5 142 57 40
Octal 363 125 271 0 101 30 5 502 127 100
Binary 11110011 1010101 10111001 0 1000001 11000 101 101000010 1010111 1000000

Color Harmonies of #F355B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F355B9

Black with #F355B9

Text Example


Text Example

White with #F355B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F355B9; }

 p { color: rgb(243,85,185); }

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

background-color css

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

 a { background-color: rgb(243,85,185); }

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

border-color css

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

 span { border-color: rgb(243,85,185); }

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