Html Css Color HEX #F358BD Hot Pink

📋 copy color: '#F358BD'

red 243 ◦ green 88 ◦ blue 189

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

Shades of Hot Pink #F358BD

Tints of Hot Pink #F358BD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.92%

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

R = 46.73%
G = 16.92%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F358BD (or 0xF358BD) is known color: Hot Pink. HEX triplet: F3, 58 and BD. RGB value is (243,88,189). Sum of RGB (Red+Green+Blue) = 243+88+189=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F358BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F358BD is #0CA742. Grayscale: #919191. Windows color (decimal): -829251 or 12409075. OLE color: 12409075.

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

Color convert

RGB 243 88 189 -
CMYK 0 0.64 0.22 0.05
HSL 320.9º 0.87% 0.65% -
HSV(B) 320.9º 0.64% 0.95% -
XYZ 49.64 29.71 51.26 -
YUV 145.86 152.35 197.29 -
System Red Green Blue C M Y K H S L
Decimal 243 88 189 0 0.64 0.22 0.05 320.9 0.87 0.65
Hex F3 58 BD 0 40 16 5 141 57 41
Octal 363 130 275 0 100 26 5 501 127 101
Binary 11110011 1011000 10111101 0 1000000 10110 101 101000001 1010111 1000001

Color Harmonies of #F358BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F358BD

Black with #F358BD

Text Example


Text Example

White with #F358BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F358BD; }

 p { color: rgb(243,88,189); }

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

background-color css

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

 a { background-color: rgb(243,88,189); }

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

border-color css

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

 span { border-color: rgb(243,88,189); }

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