Html Css Color HEX #F376C4 Persian Pink

📋 copy color: '#F376C4'

red 243 ◦ green 118 ◦ blue 196

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

Shades of Persian Pink #F376C4

Tints of Persian Pink #F376C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.19%

R = 43.63%
G = 21.18%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F376C4 (or 0xF376C4) is known color: Persian Pink. HEX triplet: F3, 76 and C4. RGB value is (243,118,196). Sum of RGB (Red+Green+Blue) = 243+118+196=557 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.63% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 243 - color contains mainly: red. Hex color #F376C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F376C4 is #0C893B. Grayscale: #A4A4A4. Windows color (decimal): -821564 or 12875507. OLE color: 12875507.

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

Color convert

RGB 243 118 196 -
CMYK 0 0.51 0.19 0.05
HSL 322.56º 0.84% 0.71% -
HSV(B) 322.56º 0.51% 0.95% -
XYZ 53.4 36 56.36 -
YUV 164.27 145.91 184.16 -
System Red Green Blue C M Y K H S L
Decimal 243 118 196 0 0.51 0.19 0.05 322.56 0.84 0.71
Hex F3 76 C4 0 33 13 5 143 54 47
Octal 363 166 304 0 63 23 5 503 124 107
Binary 11110011 1110110 11000100 0 110011 10011 101 101000011 1010100 1000111

Color Harmonies of #F376C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F376C4

Black with #F376C4

Text Example


Text Example

White with #F376C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F376C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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