Html Css Color HEX #F37DC0 Persian Pink

📋 copy color: '#F37DC0'

red 243 ◦ green 125 ◦ blue 192

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

Shades of Persian Pink #F37DC0

Tints of Persian Pink #F37DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.29%

R = 43.39%
G = 22.32%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F37DC0 (or 0xF37DC0) is known color: Persian Pink. HEX triplet: F3, 7D and C0. RGB value is (243,125,192). Sum of RGB (Red+Green+Blue) = 243+125+192=560 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.39% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37DC0 is #0C823F. Grayscale: #A7A7A7. Windows color (decimal): -819776 or 12615155. OLE color: 12615155.

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

Color convert

RGB 243 125 192 -
CMYK 0 0.49 0.21 0.05
HSL 325.93º 0.83% 0.72% -
HSV(B) 325.93º 0.49% 0.95% -
XYZ 53.81 37.53 54.28 -
YUV 167.92 141.59 181.55 -
System Red Green Blue C M Y K H S L
Decimal 243 125 192 0 0.49 0.21 0.05 325.93 0.83 0.72
Hex F3 7D C0 0 31 15 5 146 53 48
Octal 363 175 300 0 61 25 5 506 123 110
Binary 11110011 1111101 11000000 0 110001 10101 101 101000110 1010011 1001000

Color Harmonies of #F37DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37DC0

Black with #F37DC0

Text Example


Text Example

White with #F37DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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