Html Css Color HEX #F37AC1 Persian Pink

📋 copy color: '#F37AC1'

red 243 ◦ green 122 ◦ blue 193

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

Shades of Persian Pink #F37AC1

Tints of Persian Pink #F37AC1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.86%

 BLUE value IS 193 (75.78% from 255) = 34.59%

R = 43.55%
G = 21.86%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F37AC1 (or 0xF37AC1) is known color: Persian Pink. HEX triplet: F3, 7A and C1. RGB value is (243,122,193). Sum of RGB (Red+Green+Blue) = 243+122+193=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F37AC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37AC1 is #0C853E. Grayscale: #A6A6A6. Windows color (decimal): -820543 or 12679923. OLE color: 12679923.

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

Color convert

RGB 243 122 193 -
CMYK 0 0.50 0.21 0.05
HSL 324.79º 0.83% 0.72% -
HSV(B) 324.79º 0.5% 0.95% -
XYZ 53.55 36.82 54.74 -
YUV 166.27 143.09 182.73 -
System Red Green Blue C M Y K H S L
Decimal 243 122 193 0 0.50 0.21 0.05 324.79 0.83 0.72
Hex F3 7A C1 0 32 15 5 145 53 48
Octal 363 172 301 0 62 25 5 505 123 110
Binary 11110011 1111010 11000001 0 110010 10101 101 101000101 1010011 1001000

Color Harmonies of #F37AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37AC1

Black with #F37AC1

Text Example


Text Example

White with #F37AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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