Html Css Color HEX #F37FC1 Persian Pink

📋 copy color: '#F37FC1'

red 243 ◦ green 127 ◦ blue 193

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

Shades of Persian Pink #F37FC1

Tints of Persian Pink #F37FC1

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 value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F37FC1 (or 0xF37FC1) is known color: 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

RGB 243 127 193 -
CMYK 0 0.48 0.21 0.05
HSL 325.86º 0.83% 0.73% -
HSV(B) 325.86º 0.48% 0.95% -
XYZ 54.18 38.08 54.95 -
YUV 169.21 141.43 180.63 -
System Red Green Blue C M Y K H S L
Decimal 243 127 193 0 0.48 0.21 0.05 325.86 0.83 0.73
Hex F3 7F C1 0 30 15 5 146 53 49
Octal 363 177 301 0 60 25 5 506 123 111
Binary 11110011 1111111 11000001 0 110000 10101 101 101000110 1010011 1001001

Color Harmonies of #F37FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37FC1

Black with #F37FC1

Text Example


Text Example

White with #F37FC1

Text Example


Text Example

HTML Codes & Css Web 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>