Html Css Color HEX #F37EC2 Persian Pink

📋 copy color: '#F37EC2'

red 243 ◦ green 126 ◦ blue 194

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

Shades of Persian Pink #F37EC2

Tints of Persian Pink #F37EC2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.38%

 BLUE value IS 194 (76.17% from 255) = 34.46%

R = 43.16%
G = 22.38%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F37EC2 (or 0xF37EC2) is known color: Persian Pink. HEX triplet: F3, 7E and C2. RGB value is (243,126,194). Sum of RGB (Red+Green+Blue) = 243+126+194=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 126 (49.61% from 255 or 22.38% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 243 - color contains mainly: red. Hex color #F37EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37EC2 is #0C813D. Grayscale: #A8A8A8. Windows color (decimal): -819518 or 12746483. OLE color: 12746483.

HSL color Cylindrical-coordinate representation of color #F37EC2: hue angle of 325.13º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F37EC2 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 126 194 -
CMYK 0 0.48 0.20 0.05
HSL 325.13º 0.83% 0.72% -
HSV(B) 325.13º 0.48% 0.95% -
XYZ 54.16 37.87 55.49 -
YUV 168.74 142.26 180.97 -
System Red Green Blue C M Y K H S L
Decimal 243 126 194 0 0.48 0.20 0.05 325.13 0.83 0.72
Hex F3 7E C2 0 30 14 5 145 53 48
Octal 363 176 302 0 60 24 5 505 123 110
Binary 11110011 1111110 11000010 0 110000 10100 101 101000101 1010011 1001000

Color Harmonies of #F37EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37EC2

Black with #F37EC2

Text Example


Text Example

White with #F37EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37EC2; }

 p { color: rgb(243,126,194); }

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

background-color css

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

 a { background-color: rgb(243,126,194); }

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

border-color css

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

 span { border-color: rgb(243,126,194); }

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