Html Css Color HEX #F376BE Persian Pink

📋 copy color: '#F376BE'

red 243 ◦ green 118 ◦ blue 190

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

Shades of Persian Pink #F376BE

Tints of Persian Pink #F376BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.48%

R = 44.1%
G = 21.42%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F376BE (or 0xF376BE) is known color: Persian Pink. HEX triplet: F3, 76 and BE. RGB value is (243,118,190). Sum of RGB (Red+Green+Blue) = 243+118+190=551 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.10% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 243 - color contains mainly: red. Hex color #F376BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F376BE is #0C8941. Grayscale: #A3A3A3. Windows color (decimal): -821570 or 12482291. OLE color: 12482291.

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

Color convert

RGB 243 118 190 -
CMYK 0 0.51 0.22 0.05
HSL 325.44º 0.84% 0.71% -
HSV(B) 325.44º 0.51% 0.95% -
XYZ 52.73 35.73 52.83 -
YUV 163.58 142.91 184.65 -
System Red Green Blue C M Y K H S L
Decimal 243 118 190 0 0.51 0.22 0.05 325.44 0.84 0.71
Hex F3 76 BE 0 33 16 5 145 54 47
Octal 363 166 276 0 63 26 5 505 124 107
Binary 11110011 1110110 10111110 0 110011 10110 101 101000101 1010100 1000111

Color Harmonies of #F376BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F376BE

Black with #F376BE

Text Example


Text Example

White with #F376BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F376BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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