Html Css Color HEX #F371BA Persian Pink

📋 copy color: '#F371BA'

red 243 ◦ green 113 ◦ blue 186

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

Shades of Persian Pink #F371BA

Tints of Persian Pink #F371BA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.85%

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

R = 44.83%
G = 20.85%
B = 34.32%

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

#F371BA (or 0xF371BA) is known color: Persian Pink. HEX triplet: F3, 71 and BA. RGB value is (243,113,186). Sum of RGB (Red+Green+Blue) = 243+113+186=542 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.83% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 243 - color contains mainly: red. Hex color #F371BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F371BA is #0C8E45. Grayscale: #A0A0A0. Windows color (decimal): -822854 or 12218867. OLE color: 12218867.

HSL color Cylindrical-coordinate representation of color #F371BA: hue angle of 326.31º 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 #F371BA is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 113 186 -
CMYK 0 0.53 0.23 0.05
HSL 326.31º 0.84% 0.7% -
HSV(B) 326.31º 0.53% 0.95% -
XYZ 51.73 34.41 50.37 -
YUV 160.19 142.57 187.06 -
System Red Green Blue C M Y K H S L
Decimal 243 113 186 0 0.53 0.23 0.05 326.31 0.84 0.7
Hex F3 71 BA 0 35 17 5 146 54 46
Octal 363 161 272 0 65 27 5 506 124 106
Binary 11110011 1110001 10111010 0 110101 10111 101 101000110 1010100 1000110

Color Harmonies of #F371BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F371BA

Black with #F371BA

Text Example


Text Example

White with #F371BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F371BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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