Html Css Color HEX #F376BA Persian Pink

📋 copy color: '#F376BA'

red 243 ◦ green 118 ◦ blue 186

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

Shades of Persian Pink #F376BA

Tints of Persian Pink #F376BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34%

R = 44.42%
G = 21.57%
B = 34%

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

#F376BA (or 0xF376BA) is known color: Persian Pink. HEX triplet: F3, 76 and BA. RGB value is (243,118,186). Sum of RGB (Red+Green+Blue) = 243+118+186=547 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.42% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 243 - color contains mainly: red. Hex color #F376BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F376BA is #0C8945. Grayscale: #A2A2A2. Windows color (decimal): -821574 or 12220147. OLE color: 12220147.

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

Color convert

RGB 243 118 186 -
CMYK 0 0.51 0.23 0.05
HSL 327.36º 0.84% 0.71% -
HSV(B) 327.36º 0.51% 0.95% -
XYZ 52.3 35.56 50.56 -
YUV 163.13 140.91 184.97 -
System Red Green Blue C M Y K H S L
Decimal 243 118 186 0 0.51 0.23 0.05 327.36 0.84 0.71
Hex F3 76 BA 0 33 17 5 147 54 47
Octal 363 166 272 0 63 27 5 507 124 107
Binary 11110011 1110110 10111010 0 110011 10111 101 101000111 1010100 1000111

Color Harmonies of #F376BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F376BA

Black with #F376BA

Text Example


Text Example

White with #F376BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F376BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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