Html Css Color HEX #F41EA1 Persian Rose

📋 copy color: '#F41EA1'

red 244 ◦ green 30 ◦ blue 161

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

Shades of Persian Rose #F41EA1

Tints of Persian Rose #F41EA1

RGB

 RED value IS 244 (95.7% from 255) = 56.09%

 GREEN value IS 30 (12.11% from 255) = 6.9%

 BLUE value IS 161 (63.28% from 255) = 37.01%

R = 56.09%
G = 6.9%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F41EA1 (or 0xF41EA1) is known color: Persian Rose. HEX triplet: F4, 1E and A1. RGB value is (244,30,161). Sum of RGB (Red+Green+Blue) = 244+30+161=435 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.09% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 244 - color contains mainly: red. Hex color #F41EA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41EA1 is #0BE15E. Grayscale: #6C6C6C. Windows color (decimal): -778591 or 10559220. OLE color: 10559220.

HSL color Cylindrical-coordinate representation of color #F41EA1: hue angle of 323.27º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41EA1 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 30 161 -
CMYK 0 0.88 0.34 0.04
HSL 323.27º 0.91% 0.54% -
HSV(B) 323.27º 0.88% 0.96% -
XYZ 44.21 22.73 35.78 -
YUV 108.92 157.4 224.35 -
System Red Green Blue C M Y K H S L
Decimal 244 30 161 0 0.88 0.34 0.04 323.27 0.91 0.54
Hex F4 1E A1 0 58 22 4 143 5B 36
Octal 364 36 241 0 130 42 4 503 133 66
Binary 11110100 11110 10100001 0 1011000 100010 100 101000011 1011011 110110

Color Harmonies of #F41EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41EA1

Black with #F41EA1

Text Example


Text Example

White with #F41EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41EA1; }

 p { color: rgb(244,30,161); }

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

background-color css

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

 a { background-color: rgb(244,30,161); }

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

border-color css

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

 span { border-color: rgb(244,30,161); }

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