Html Css Color HEX #F42199 Persian Rose

📋 copy color: '#F42199'

red 244 ◦ green 33 ◦ blue 153

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

Shades of Persian Rose #F42199

Tints of Persian Rose #F42199

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.67%

 BLUE value IS 153 (60.16% from 255) = 35.58%

R = 56.74%
G = 7.67%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F42199 (or 0xF42199) is known color: Persian Rose. HEX triplet: F4, 21 and 99. RGB value is (244,33,153). Sum of RGB (Red+Green+Blue) = 244+33+153=430 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.74% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 244 - color contains mainly: red. Hex color #F42199 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42199 is #0BDE66. Grayscale: #6D6D6D. Windows color (decimal): -777831 or 10035700. OLE color: 10035700.

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

Color convert

RGB 244 33 153 -
CMYK 0 0.86 0.37 0.04
HSL 325.88º 0.91% 0.54% -
HSV(B) 325.88º 0.86% 0.96% -
XYZ 43.6 22.62 32.21 -
YUV 109.77 152.4 223.74 -
System Red Green Blue C M Y K H S L
Decimal 244 33 153 0 0.86 0.37 0.04 325.88 0.91 0.54
Hex F4 21 99 0 56 25 4 146 5B 36
Octal 364 41 231 0 126 45 4 506 133 66
Binary 11110100 100001 10011001 0 1010110 100101 100 101000110 1011011 110110

Color Harmonies of #F42199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42199

Black with #F42199

Text Example


Text Example

White with #F42199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42199; }

 p { color: rgb(244,33,153); }

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

background-color css

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

 a { background-color: rgb(244,33,153); }

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

border-color css

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

 span { border-color: rgb(244,33,153); }

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