Html Css Color HEX #F376BB Persian Pink

📋 copy color: '#F376BB'

red 243 ◦ green 118 ◦ blue 187

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

Shades of Persian Pink #F376BB

Tints of Persian Pink #F376BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.12%

R = 44.34%
G = 21.53%
B = 34.12%

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

#F376BB (or 0xF376BB) is known color: Persian Pink. HEX triplet: F3, 76 and BB. RGB value is (243,118,187). Sum of RGB (Red+Green+Blue) = 243+118+187=548 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.34% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 243 - color contains mainly: red. Hex color #F376BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F376BB is #0C8944. Grayscale: #A3A3A3. Windows color (decimal): -821573 or 12285683. OLE color: 12285683.

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

Color convert

RGB 243 118 187 -
CMYK 0 0.51 0.23 0.05
HSL 326.88º 0.84% 0.71% -
HSV(B) 326.88º 0.51% 0.95% -
XYZ 52.41 35.6 51.12 -
YUV 163.24 141.41 184.89 -
System Red Green Blue C M Y K H S L
Decimal 243 118 187 0 0.51 0.23 0.05 326.88 0.84 0.71
Hex F3 76 BB 0 33 17 5 147 54 47
Octal 363 166 273 0 63 27 5 507 124 107
Binary 11110011 1110110 10111011 0 110011 10111 101 101000111 1010100 1000111

Color Harmonies of #F376BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F376BB

Black with #F376BB

Text Example


Text Example

White with #F376BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F376BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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