Html Css Color HEX #F37DC2 Persian Pink

📋 copy color: '#F37DC2'

red 243 ◦ green 125 ◦ blue 194

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

Shades of Persian Pink #F37DC2

Tints of Persian Pink #F37DC2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.24%

 BLUE value IS 194 (76.17% from 255) = 34.52%

R = 43.24%
G = 22.24%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F37DC2 (or 0xF37DC2) is known color: Persian Pink. HEX triplet: F3, 7D and C2. RGB value is (243,125,194). Sum of RGB (Red+Green+Blue) = 243+125+194=562 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.24% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37DC2 is #0C823D. Grayscale: #A7A7A7. Windows color (decimal): -819774 or 12746227. OLE color: 12746227.

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

Color convert

RGB 243 125 194 -
CMYK 0 0.49 0.20 0.05
HSL 324.92º 0.83% 0.72% -
HSV(B) 324.92º 0.49% 0.95% -
XYZ 54.03 37.62 55.45 -
YUV 168.15 142.59 181.39 -
System Red Green Blue C M Y K H S L
Decimal 243 125 194 0 0.49 0.20 0.05 324.92 0.83 0.72
Hex F3 7D C2 0 31 14 5 145 53 48
Octal 363 175 302 0 61 24 5 505 123 110
Binary 11110011 1111101 11000010 0 110001 10100 101 101000101 1010011 1001000

Color Harmonies of #F37DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37DC2

Black with #F37DC2

Text Example


Text Example

White with #F37DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37DC2; }

 p { color: rgb(243,125,194); }

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

background-color css

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

 a { background-color: rgb(243,125,194); }

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

border-color css

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

 span { border-color: rgb(243,125,194); }

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