Html Css Color HEX #F376BF Persian Pink

📋 copy color: '#F376BF'

red 243 ◦ green 118 ◦ blue 191

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

Shades of Persian Pink #F376BF

Tints of Persian Pink #F376BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.6%

R = 44.02%
G = 21.38%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F376BF (or 0xF376BF) is known color: Persian Pink. HEX triplet: F3, 76 and BF. RGB value is (243,118,191). Sum of RGB (Red+Green+Blue) = 243+118+191=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 118 (46.48% from 255 or 21.38% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F376BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F376BF is #0C8940. Grayscale: #A3A3A3. Windows color (decimal): -821569 or 12547827. OLE color: 12547827.

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

Color convert

RGB 243 118 191 -
CMYK 0 0.51 0.21 0.05
HSL 324.96º 0.84% 0.71% -
HSV(B) 324.96º 0.51% 0.95% -
XYZ 52.84 35.77 53.41 -
YUV 163.7 143.41 184.56 -
System Red Green Blue C M Y K H S L
Decimal 243 118 191 0 0.51 0.21 0.05 324.96 0.84 0.71
Hex F3 76 BF 0 33 15 5 145 54 47
Octal 363 166 277 0 63 25 5 505 124 107
Binary 11110011 1110110 10111111 0 110011 10101 101 101000101 1010100 1000111

Color Harmonies of #F376BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F376BF

Black with #F376BF

Text Example


Text Example

White with #F376BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F376BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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