Html Css Color HEX #F371BC Persian Pink

📋 copy color: '#F371BC'

red 243 ◦ green 113 ◦ blue 188

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

Shades of Persian Pink #F371BC

Tints of Persian Pink #F371BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.56%

R = 44.67%
G = 20.77%
B = 34.56%

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

#F371BC (or 0xF371BC) is known color: Persian Pink. HEX triplet: F3, 71 and BC. RGB value is (243,113,188). Sum of RGB (Red+Green+Blue) = 243+113+188=544 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.67% from 544); Green value is 113 (44.53% from 255 or 20.77% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 243 - color contains mainly: red. Hex color #F371BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F371BC is #0C8E43. Grayscale: #A0A0A0. Windows color (decimal): -822852 or 12349939. OLE color: 12349939.

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

Color convert

RGB 243 113 188 -
CMYK 0 0.53 0.23 0.05
HSL 325.38º 0.84% 0.7% -
HSV(B) 325.38º 0.53% 0.95% -
XYZ 51.94 34.5 51.5 -
YUV 160.42 143.57 186.9 -
System Red Green Blue C M Y K H S L
Decimal 243 113 188 0 0.53 0.23 0.05 325.38 0.84 0.7
Hex F3 71 BC 0 35 17 5 145 54 46
Octal 363 161 274 0 65 27 5 505 124 106
Binary 11110011 1110001 10111100 0 110101 10111 101 101000101 1010100 1000110

Color Harmonies of #F371BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F371BC

Black with #F371BC

Text Example


Text Example

White with #F371BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F371BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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