Html Css Color HEX #F37FBC Persian Pink

📋 copy color: '#F37FBC'

red 243 ◦ green 127 ◦ blue 188

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

Shades of Persian Pink #F37FBC

Tints of Persian Pink #F37FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.69%

R = 43.55%
G = 22.76%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F37FBC (or 0xF37FBC) is known color: Persian Pink. HEX triplet: F3, 7F and BC. RGB value is (243,127,188). Sum of RGB (Red+Green+Blue) = 243+127+188=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F37FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37FBC is #0C8043. Grayscale: #A8A8A8. Windows color (decimal): -819268 or 12353523. OLE color: 12353523.

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

Color convert

RGB 243 127 188 -
CMYK 0 0.48 0.23 0.05
HSL 328.45º 0.83% 0.73% -
HSV(B) 328.45º 0.48% 0.95% -
XYZ 53.63 37.86 52.06 -
YUV 168.64 138.93 181.04 -
System Red Green Blue C M Y K H S L
Decimal 243 127 188 0 0.48 0.23 0.05 328.45 0.83 0.73
Hex F3 7F BC 0 30 17 5 148 53 49
Octal 363 177 274 0 60 27 5 510 123 111
Binary 11110011 1111111 10111100 0 110000 10111 101 101001000 1010011 1001001

Color Harmonies of #F37FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37FBC

Black with #F37FBC

Text Example


Text Example

White with #F37FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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