Html Css Color HEX #F376BC Persian Pink

📋 copy color: '#F376BC'

red 243 ◦ green 118 ◦ blue 188

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

Shades of Persian Pink #F376BC

Tints of Persian Pink #F376BC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.49%

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

R = 44.26%
G = 21.49%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F376BC (or 0xF376BC) is known color: Persian Pink. HEX triplet: F3, 76 and BC. RGB value is (243,118,188). Sum of RGB (Red+Green+Blue) = 243+118+188=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F376BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F376BC is #0C8943. Grayscale: #A3A3A3. Windows color (decimal): -821572 or 12351219. OLE color: 12351219.

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

Color convert

RGB 243 118 188 -
CMYK 0 0.51 0.23 0.05
HSL 326.4º 0.84% 0.71% -
HSV(B) 326.4º 0.51% 0.95% -
XYZ 52.52 35.64 51.69 -
YUV 163.36 141.91 184.81 -
System Red Green Blue C M Y K H S L
Decimal 243 118 188 0 0.51 0.23 0.05 326.4 0.84 0.71
Hex F3 76 BC 0 33 17 5 146 54 47
Octal 363 166 274 0 63 27 5 506 124 107
Binary 11110011 1110110 10111100 0 110011 10111 101 101000110 1010100 1000111

Color Harmonies of #F376BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F376BC

Black with #F376BC

Text Example


Text Example

White with #F376BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F376BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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