#f37fc1

Color #F37FC1 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #F37FC1

Tints of Persian Pink #F37FC1

Color information

#F37FC1 (or 0xF37FC1) is unknown color: approx Persian Pink. HEX triplet: F3, 7F and C1. RGB value is (243,127,193). Sum of RGB (Red+Green+Blue) = 243+127+193=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 243 - color contains mainly: red. Hex color #F37FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37FC1 is #0C803E. Grayscale: #A9A9A9. Windows color (decimal): -819263 or 12681203. OLE color: 12681203.

HSL color Cylindrical-coordinate representation of color #F37FC1: hue angle of 325.86º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F37FC1 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB243127193-
CMYK00.480.210.05
HSL325.86º82.86%72.55%-
HSV(B)325.86º47.74%95.29%-
XYZ54.1838.0854.95-
YUV169.21141.43180.63-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.16%
GREEN value IS 127 (50% from 255) = 22.56%
BLUE value IS 193 (75.78% from 255) = 34.28%
R=43.16%
G=22.56%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312719300.480.210.05325.8682.8672.55
HexF37FC10301551465349
Octal363177301060255506123111
Binary1111001111111111100000101100001010110110100011010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f37fc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f37fc1; }

 p { color: rgb(243,127,193); }

 H1.HeaderClassName
 {
   color: #f37fc1;
 }
 .AnyTagClassName
 {
   color: #f37fc1;
 }
</style>
background-color css

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

 a { background-color: rgb(243,127,193); }

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

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

 span { border-color: rgb(243,127,193); }

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