Html Css Color HEX #F376B2 Persian Pink

📋 copy color: '#F376B2'

red 243 ◦ green 118 ◦ blue 178

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

Shades of Persian Pink #F376B2

Tints of Persian Pink #F376B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.02%

R = 45.08%
G = 21.89%
B = 33.02%

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

#F376B2 (or 0xF376B2) is known color: Persian Pink. HEX triplet: F3, 76 and B2. RGB value is (243,118,178). Sum of RGB (Red+Green+Blue) = 243+118+178=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F376B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F376B2 is #0C894D. Grayscale: #A2A2A2. Windows color (decimal): -821582 or 11695859. OLE color: 11695859.

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

Color convert

RGB 243 118 178 -
CMYK 0 0.51 0.27 0.05
HSL 331.2º 0.84% 0.71% -
HSV(B) 331.2º 0.51% 0.95% -
XYZ 51.48 35.23 46.21 -
YUV 162.22 136.91 185.62 -
System Red Green Blue C M Y K H S L
Decimal 243 118 178 0 0.51 0.27 0.05 331.2 0.84 0.71
Hex F3 76 B2 0 33 1B 5 14B 54 47
Octal 363 166 262 0 63 33 5 513 124 107
Binary 11110011 1110110 10110010 0 110011 11011 101 101001011 1010100 1000111

Color Harmonies of #F376B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F376B2

Black with #F376B2

Text Example


Text Example

White with #F376B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F376B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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