Html Css Color HEX #F4229C Persian Rose

📋 copy color: '#F4229C'

red 244 ◦ green 34 ◦ blue 156

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

Shades of Persian Rose #F4229C

Tints of Persian Rose #F4229C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.94%

R = 56.22%
G = 7.83%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F4229C (or 0xF4229C) is known color: Persian Rose. HEX triplet: F4, 22 and 9C. RGB value is (244,34,156). Sum of RGB (Red+Green+Blue) = 244+34+156=434 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.22% from 434); Green value is 34 (13.67% from 255 or 7.83% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 244 - color contains mainly: red. Hex color #F4229C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4229C is #0BDD63. Grayscale: #6E6E6E. Windows color (decimal): -777572 or 10232564. OLE color: 10232564.

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

Color convert

RGB 244 34 156 -
CMYK 0 0.86 0.36 0.04
HSL 325.14º 0.91% 0.55% -
HSV(B) 325.14º 0.86% 0.96% -
XYZ 43.88 22.78 33.54 -
YUV 110.7 153.57 223.08 -
System Red Green Blue C M Y K H S L
Decimal 244 34 156 0 0.86 0.36 0.04 325.14 0.91 0.55
Hex F4 22 9C 0 56 24 4 145 5B 37
Octal 364 42 234 0 126 44 4 505 133 67
Binary 11110100 100010 10011100 0 1010110 100100 100 101000101 1011011 110111

Color Harmonies of #F4229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4229C

Black with #F4229C

Text Example


Text Example

White with #F4229C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4229C; }

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

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

background-color css

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

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

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

border-color css

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

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

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