Html Css Color HEX #F41BA0 Persian Rose

📋 copy color: '#F41BA0'

red 244 ◦ green 27 ◦ blue 160

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

Shades of Persian Rose #F41BA0

Tints of Persian Rose #F41BA0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.26%

 BLUE value IS 160 (62.89% from 255) = 37.12%

R = 56.61%
G = 6.26%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F41BA0 (or 0xF41BA0) is known color: Persian Rose. HEX triplet: F4, 1B and A0. RGB value is (244,27,160). Sum of RGB (Red+Green+Blue) = 244+27+160=431 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.61% from 431); Green value is 27 (10.94% from 255 or 6.26% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 244 - color contains mainly: red. Hex color #F41BA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41BA0 is #0BE45F. Grayscale: #6A6A6A. Windows color (decimal): -779360 or 10492916. OLE color: 10492916.

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

Color convert

RGB 244 27 160 -
CMYK 0 0.89 0.34 0.04
HSL 323.23º 0.91% 0.53% -
HSV(B) 323.23º 0.89% 0.96% -
XYZ 44.05 22.56 35.29 -
YUV 107.05 157.89 225.69 -
System Red Green Blue C M Y K H S L
Decimal 244 27 160 0 0.89 0.34 0.04 323.23 0.91 0.53
Hex F4 1B A0 0 59 22 4 143 5B 35
Octal 364 33 240 0 131 42 4 503 133 65
Binary 11110100 11011 10100000 0 1011001 100010 100 101000011 1011011 110101

Color Harmonies of #F41BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41BA0

Black with #F41BA0

Text Example


Text Example

White with #F41BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41BA0; }

 p { color: rgb(244,27,160); }

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

background-color css

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

 a { background-color: rgb(244,27,160); }

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

border-color css

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

 span { border-color: rgb(244,27,160); }

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