Html Css Color HEX #F376B1 Persian Pink

📋 copy color: '#F376B1'

red 243 ◦ green 118 ◦ blue 177

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

Shades of Persian Pink #F376B1

Tints of Persian Pink #F376B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.9%

R = 45.17%
G = 21.93%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F376B1 (or 0xF376B1) is known color: Persian Pink. HEX triplet: F3, 76 and B1. RGB value is (243,118,177). Sum of RGB (Red+Green+Blue) = 243+118+177=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F376B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F376B1 is #0C894E. Grayscale: #A1A1A1. Windows color (decimal): -821583 or 11630323. OLE color: 11630323.

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

Color convert

RGB 243 118 177 -
CMYK 0 0.51 0.27 0.05
HSL 331.68º 0.84% 0.71% -
HSV(B) 331.68º 0.51% 0.95% -
XYZ 51.38 35.19 45.68 -
YUV 162.1 136.41 185.7 -
System Red Green Blue C M Y K H S L
Decimal 243 118 177 0 0.51 0.27 0.05 331.68 0.84 0.71
Hex F3 76 B1 0 33 1B 5 14C 54 47
Octal 363 166 261 0 63 33 5 514 124 107
Binary 11110011 1110110 10110001 0 110011 11011 101 101001100 1010100 1000111

Color Harmonies of #F376B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F376B1

Black with #F376B1

Text Example


Text Example

White with #F376B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F376B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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