Html Css Color HEX #F37FC0 Persian Pink

📋 copy color: '#F37FC0'

red 243 ◦ green 127 ◦ blue 192

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

Shades of Persian Pink #F37FC0

Tints of Persian Pink #F37FC0

RGB

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

 GREEN value IS 127 (50% from 255) = 22.6%

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

R = 43.24%
G = 22.6%
B = 34.16%

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

#F37FC0 (or 0xF37FC0) is known color: Persian Pink. HEX triplet: F3, 7F and C0. RGB value is (243,127,192). Sum of RGB (Red+Green+Blue) = 243+127+192=562 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.24% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 243 - color contains mainly: red. Hex color #F37FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37FC0 is #0C803F. Grayscale: #A8A8A8. Windows color (decimal): -819264 or 12615667. OLE color: 12615667.

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

Color convert

RGB 243 127 192 -
CMYK 0 0.48 0.21 0.05
HSL 326.38º 0.83% 0.73% -
HSV(B) 326.38º 0.48% 0.95% -
XYZ 54.07 38.04 54.36 -
YUV 169.09 140.93 180.71 -
System Red Green Blue C M Y K H S L
Decimal 243 127 192 0 0.48 0.21 0.05 326.38 0.83 0.73
Hex F3 7F C0 0 30 15 5 146 53 49
Octal 363 177 300 0 60 25 5 506 123 111
Binary 11110011 1111111 11000000 0 110000 10101 101 101000110 1010011 1001001

Color Harmonies of #F37FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37FC0

Black with #F37FC0

Text Example


Text Example

White with #F37FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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