Html Css Color HEX #F129A3 Persian Rose

📋 copy color: '#F129A3'

red 241 ◦ green 41 ◦ blue 163

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

Shades of Persian Rose #F129A3

Tints of Persian Rose #F129A3

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.21%

 BLUE value IS 163 (64.06% from 255) = 36.63%

R = 54.16%
G = 9.21%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F129A3 (or 0xF129A3) is known color: Persian Rose. HEX triplet: F1, 29 and A3. RGB value is (241,41,163). Sum of RGB (Red+Green+Blue) = 241+41+163=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 41 (16.41% from 255 or 9.21% from 445); Blue value is 163 (64.06% from 255 or 36.63% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F129A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F129A3 is #0ED65C. Grayscale: #727272. Windows color (decimal): -972381 or 10693105. OLE color: 10693105.

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

Color convert

RGB 241 41 163 -
CMYK 0 0.83 0.32 0.05
HSL 323.4º 0.88% 0.55% -
HSV(B) 323.4º 0.83% 0.95% -
XYZ 43.68 22.93 36.77 -
YUV 114.71 155.26 218.08 -
System Red Green Blue C M Y K H S L
Decimal 241 41 163 0 0.83 0.32 0.05 323.4 0.88 0.55
Hex F1 29 A3 0 53 20 5 143 58 37
Octal 361 51 243 0 123 40 5 503 130 67
Binary 11110001 101001 10100011 0 1010011 100000 101 101000011 1011000 110111

Color Harmonies of #F129A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F129A3

Black with #F129A3

Text Example


Text Example

White with #F129A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F129A3; }

 p { color: rgb(241,41,163); }

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

background-color css

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

 a { background-color: rgb(241,41,163); }

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

border-color css

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

 span { border-color: rgb(241,41,163); }

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