Html Css Color HEX #F41EA3 Persian Rose

📋 copy color: '#F41EA3'

red 244 ◦ green 30 ◦ blue 163

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

Shades of Persian Rose #F41EA3

Tints of Persian Rose #F41EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.3%

R = 55.84%
G = 6.86%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F41EA3 (or 0xF41EA3) is known color: Persian Rose. HEX triplet: F4, 1E and A3. RGB value is (244,30,163). Sum of RGB (Red+Green+Blue) = 244+30+163=437 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.84% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 244 - color contains mainly: red. Hex color #F41EA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41EA3 is #0BE15C. Grayscale: #6C6C6C. Windows color (decimal): -778589 or 10690292. OLE color: 10690292.

HSL color Cylindrical-coordinate representation of color #F41EA3: hue angle of 322.71º 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 #F41EA3 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 30 163 -
CMYK 0 0.88 0.33 0.04
HSL 322.71º 0.91% 0.54% -
HSV(B) 322.71º 0.88% 0.96% -
XYZ 44.38 22.81 36.71 -
YUV 109.15 158.4 224.19 -
System Red Green Blue C M Y K H S L
Decimal 244 30 163 0 0.88 0.33 0.04 322.71 0.91 0.54
Hex F4 1E A3 0 58 21 4 143 5B 36
Octal 364 36 243 0 130 41 4 503 133 66
Binary 11110100 11110 10100011 0 1011000 100001 100 101000011 1011011 110110

Color Harmonies of #F41EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41EA3

Black with #F41EA3

Text Example


Text Example

White with #F41EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41EA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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