Html Css Color HEX #F37BC1 Persian Pink

📋 copy color: '#F37BC1'

red 243 ◦ green 123 ◦ blue 193

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

Shades of Persian Pink #F37BC1

Tints of Persian Pink #F37BC1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22%

 BLUE value IS 193 (75.78% from 255) = 34.53%

R = 43.47%
G = 22%
B = 34.53%

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

#F37BC1 (or 0xF37BC1) is known color: Persian Pink. HEX triplet: F3, 7B and C1. RGB value is (243,123,193). Sum of RGB (Red+Green+Blue) = 243+123+193=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F37BC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37BC1 is #0C843E. Grayscale: #A6A6A6. Windows color (decimal): -820287 or 12680179. OLE color: 12680179.

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

Color convert

RGB 243 123 193 -
CMYK 0 0.49 0.21 0.05
HSL 325º 0.83% 0.72% -
HSV(B) 325º 0.49% 0.95% -
XYZ 53.67 37.07 54.78 -
YUV 166.86 142.76 182.31 -
System Red Green Blue C M Y K H S L
Decimal 243 123 193 0 0.49 0.21 0.05 325 0.83 0.72
Hex F3 7B C1 0 31 15 5 145 53 48
Octal 363 173 301 0 61 25 5 505 123 110
Binary 11110011 1111011 11000001 0 110001 10101 101 101000101 1010011 1001000

Color Harmonies of #F37BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37BC1

Black with #F37BC1

Text Example


Text Example

White with #F37BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37BC1; }

 p { color: rgb(243,123,193); }

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

background-color css

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

 a { background-color: rgb(243,123,193); }

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

border-color css

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

 span { border-color: rgb(243,123,193); }

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