Html Css Color HEX #F373BA Persian Pink

📋 copy color: '#F373BA'

red 243 ◦ green 115 ◦ blue 186

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

Shades of Persian Pink #F373BA

Tints of Persian Pink #F373BA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.14%

 BLUE value IS 186 (73.05% from 255) = 34.19%

R = 44.67%
G = 21.14%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F373BA (or 0xF373BA) is known color: Persian Pink. HEX triplet: F3, 73 and BA. RGB value is (243,115,186). Sum of RGB (Red+Green+Blue) = 243+115+186=544 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.67% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 243 - color contains mainly: red. Hex color #F373BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F373BA is #0C8C45. Grayscale: #A1A1A1. Windows color (decimal): -822342 or 12219379. OLE color: 12219379.

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

Color convert

RGB 243 115 186 -
CMYK 0 0.53 0.23 0.05
HSL 326.72º 0.84% 0.7% -
HSV(B) 326.72º 0.53% 0.95% -
XYZ 51.96 34.86 50.44 -
YUV 161.37 141.91 186.23 -
System Red Green Blue C M Y K H S L
Decimal 243 115 186 0 0.53 0.23 0.05 326.72 0.84 0.7
Hex F3 73 BA 0 35 17 5 147 54 46
Octal 363 163 272 0 65 27 5 507 124 106
Binary 11110011 1110011 10111010 0 110101 10111 101 101000111 1010100 1000110

Color Harmonies of #F373BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F373BA

Black with #F373BA

Text Example


Text Example

White with #F373BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F373BA; }

 p { color: rgb(243,115,186); }

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

background-color css

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

 a { background-color: rgb(243,115,186); }

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

border-color css

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

 span { border-color: rgb(243,115,186); }

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