Html Css Color HEX #F41DA2 Persian Rose

📋 copy color: '#F41DA2'

red 244 ◦ green 29 ◦ blue 162

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

Shades of Persian Rose #F41DA2

Tints of Persian Rose #F41DA2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.67%

 BLUE value IS 162 (63.67% from 255) = 37.24%

R = 56.09%
G = 6.67%
B = 37.24%

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

#F41DA2 (or 0xF41DA2) is known color: Persian Rose. HEX triplet: F4, 1D and A2. RGB value is (244,29,162). Sum of RGB (Red+Green+Blue) = 244+29+162=435 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.09% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 244 - color contains mainly: red. Hex color #F41DA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41DA2 is #0BE25D. Grayscale: #6C6C6C. Windows color (decimal): -778846 or 10624500. OLE color: 10624500.

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

Color convert

RGB 244 29 162 -
CMYK 0 0.88 0.34 0.04
HSL 322.88º 0.91% 0.54% -
HSV(B) 322.88º 0.88% 0.96% -
XYZ 44.27 22.72 36.23 -
YUV 108.45 158.23 224.69 -
System Red Green Blue C M Y K H S L
Decimal 244 29 162 0 0.88 0.34 0.04 322.88 0.91 0.54
Hex F4 1D A2 0 58 22 4 143 5B 36
Octal 364 35 242 0 130 42 4 503 133 66
Binary 11110100 11101 10100010 0 1011000 100010 100 101000011 1011011 110110

Color Harmonies of #F41DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41DA2

Black with #F41DA2

Text Example


Text Example

White with #F41DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41DA2; }

 p { color: rgb(244,29,162); }

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

background-color css

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

 a { background-color: rgb(244,29,162); }

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

border-color css

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

 span { border-color: rgb(244,29,162); }

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