Html Css Color HEX #F4319F Persian Rose

📋 copy color: '#F4319F'

red 244 ◦ green 49 ◦ blue 159

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

Shades of Persian Rose #F4319F

Tints of Persian Rose #F4319F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.84%

 BLUE value IS 159 (62.5% from 255) = 35.18%

R = 53.98%
G = 10.84%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F4319F (or 0xF4319F) is known color: Persian Rose. HEX triplet: F4, 31 and 9F. RGB value is (244,49,159). Sum of RGB (Red+Green+Blue) = 244+49+159=452 (59% of max value = 765). Red value is 244 (95.70% from 255 or 53.98% from 452); Green value is 49 (19.53% from 255 or 10.84% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 244 - color contains mainly: red. Hex color #F4319F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4319F is #0BCE60. Grayscale: #777777. Windows color (decimal): -773729 or 10433012. OLE color: 10433012.

HSL color Cylindrical-coordinate representation of color #F4319F: hue angle of 326.15º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4319F is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 49 159 -
CMYK 0 0.80 0.35 0.04
HSL 326.15º 0.9% 0.57% -
HSV(B) 326.15º 0.8% 0.96% -
XYZ 44.66 23.93 35.07 -
YUV 119.85 150.1 216.56 -
System Red Green Blue C M Y K H S L
Decimal 244 49 159 0 0.80 0.35 0.04 326.15 0.9 0.57
Hex F4 31 9F 0 50 23 4 146 5A 39
Octal 364 61 237 0 120 43 4 506 132 71
Binary 11110100 110001 10011111 0 1010000 100011 100 101000110 1011010 111001

Color Harmonies of #F4319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4319F

Black with #F4319F

Text Example


Text Example

White with #F4319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4319F; }

 p { color: rgb(244,49,159); }

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

background-color css

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

 a { background-color: rgb(244,49,159); }

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

border-color css

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

 span { border-color: rgb(244,49,159); }

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