Html Css Color HEX #F4229E Persian Rose

📋 copy color: '#F4229E'

red 244 ◦ green 34 ◦ blue 158

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

Shades of Persian Rose #F4229E

Tints of Persian Rose #F4229E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.8%

 BLUE value IS 158 (62.11% from 255) = 36.24%

R = 55.96%
G = 7.8%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F4229E (or 0xF4229E) is known color: Persian Rose. HEX triplet: F4, 22 and 9E. RGB value is (244,34,158). Sum of RGB (Red+Green+Blue) = 244+34+158=436 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.96% from 436); Green value is 34 (13.67% from 255 or 7.80% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 244 - color contains mainly: red. Hex color #F4229E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4229E is #0BDD61. Grayscale: #6E6E6E. Windows color (decimal): -777570 or 10363636. OLE color: 10363636.

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

Color convert

RGB 244 34 158 -
CMYK 0 0.86 0.35 0.04
HSL 324.57º 0.91% 0.55% -
HSV(B) 324.57º 0.86% 0.96% -
XYZ 44.05 22.85 34.44 -
YUV 110.93 154.57 222.92 -
System Red Green Blue C M Y K H S L
Decimal 244 34 158 0 0.86 0.35 0.04 324.57 0.91 0.55
Hex F4 22 9E 0 56 23 4 145 5B 37
Octal 364 42 236 0 126 43 4 505 133 67
Binary 11110100 100010 10011110 0 1010110 100011 100 101000101 1011011 110111

Color Harmonies of #F4229E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4229E

Black with #F4229E

Text Example


Text Example

White with #F4229E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4229E; }

 p { color: rgb(244,34,158); }

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

background-color css

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

 a { background-color: rgb(244,34,158); }

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

border-color css

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

 span { border-color: rgb(244,34,158); }

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