Html Css Color HEX #F37FB4 Persian Pink

📋 copy color: '#F37FB4'

red 243 ◦ green 127 ◦ blue 180

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

Shades of Persian Pink #F37FB4

Tints of Persian Pink #F37FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.73%

R = 44.18%
G = 23.09%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F37FB4 (or 0xF37FB4) is known color: Persian Pink. HEX triplet: F3, 7F and B4. RGB value is (243,127,180). Sum of RGB (Red+Green+Blue) = 243+127+180=550 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.18% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 243 - color contains mainly: red. Hex color #F37FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37FB4 is #0C804B. Grayscale: #A7A7A7. Windows color (decimal): -819276 or 11829235. OLE color: 11829235.

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

Color convert

RGB 243 127 180 -
CMYK 0 0.48 0.26 0.05
HSL 332.59º 0.83% 0.73% -
HSV(B) 332.59º 0.48% 0.95% -
XYZ 52.79 37.53 47.64 -
YUV 167.73 134.93 181.69 -
System Red Green Blue C M Y K H S L
Decimal 243 127 180 0 0.48 0.26 0.05 332.59 0.83 0.73
Hex F3 7F B4 0 30 1A 5 14D 53 49
Octal 363 177 264 0 60 32 5 515 123 111
Binary 11110011 1111111 10110100 0 110000 11010 101 101001101 1010011 1001001

Color Harmonies of #F37FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37FB4

Black with #F37FB4

Text Example


Text Example

White with #F37FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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