Html Css Color HEX #F1229C Persian Rose

📋 copy color: '#F1229C'

red 241 ◦ green 34 ◦ blue 156

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

Shades of Persian Rose #F1229C

Tints of Persian Rose #F1229C

RGB

 RED value IS 241 (94.53% from 255) = 55.92%

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

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

R = 55.92%
G = 7.89%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1229C (or 0xF1229C) is known color: Persian Rose. HEX triplet: F1, 22 and 9C. RGB value is (241,34,156). Sum of RGB (Red+Green+Blue) = 241+34+156=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 34 (13.67% from 255 or 7.89% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F1229C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1229C is #0EDD63. Grayscale: #6D6D6D. Windows color (decimal): -974180 or 10232561. OLE color: 10232561.

HSL color Cylindrical-coordinate representation of color #F1229C: hue angle of 324.64º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F1229C is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 34 156 -
CMYK 0 0.86 0.35 0.05
HSL 324.64º 0.88% 0.54% -
HSV(B) 324.64º 0.86% 0.95% -
XYZ 42.85 22.25 33.49 -
YUV 109.8 154.08 221.58 -
System Red Green Blue C M Y K H S L
Decimal 241 34 156 0 0.86 0.35 0.05 324.64 0.88 0.54
Hex F1 22 9C 0 56 23 5 145 58 36
Octal 361 42 234 0 126 43 5 505 130 66
Binary 11110001 100010 10011100 0 1010110 100011 101 101000101 1011000 110110

Color Harmonies of #F1229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1229C

Black with #F1229C

Text Example


Text Example

White with #F1229C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1229C; }

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

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

background-color css

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

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

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

border-color css

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

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

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