Html Css Color HEX #F41FA1 Persian Rose

📋 copy color: '#F41FA1'

red 244 ◦ green 31 ◦ blue 161

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

Shades of Persian Rose #F41FA1

Tints of Persian Rose #F41FA1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.11%

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

R = 55.96%
G = 7.11%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F41FA1 (or 0xF41FA1) is known color: Persian Rose. HEX triplet: F4, 1F and A1. RGB value is (244,31,161). Sum of RGB (Red+Green+Blue) = 244+31+161=436 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.96% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 244 - color contains mainly: red. Hex color #F41FA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41FA1 is #0BE05E. Grayscale: #6D6D6D. Windows color (decimal): -778335 or 10559476. OLE color: 10559476.

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

Color convert

RGB 244 31 161 -
CMYK 0 0.87 0.34 0.04
HSL 323.38º 0.91% 0.54% -
HSV(B) 323.38º 0.87% 0.96% -
XYZ 44.23 22.79 35.79 -
YUV 109.51 157.07 223.93 -
System Red Green Blue C M Y K H S L
Decimal 244 31 161 0 0.87 0.34 0.04 323.38 0.91 0.54
Hex F4 1F A1 0 57 22 4 143 5B 36
Octal 364 37 241 0 127 42 4 503 133 66
Binary 11110100 11111 10100001 0 1010111 100010 100 101000011 1011011 110110

Color Harmonies of #F41FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41FA1

Black with #F41FA1

Text Example


Text Example

White with #F41FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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