Html Css Color HEX #F129AD Persian Rose

📋 copy color: '#F129AD'

red 241 ◦ green 41 ◦ blue 173

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

Shades of Persian Rose #F129AD

Tints of Persian Rose #F129AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.02%

R = 52.97%
G = 9.01%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F129AD (or 0xF129AD) is known color: Persian Rose. HEX triplet: F1, 29 and AD. RGB value is (241,41,173). Sum of RGB (Red+Green+Blue) = 241+41+173=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F129AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F129AD is #0ED652. Grayscale: #737373. Windows color (decimal): -972371 or 11348465. OLE color: 11348465.

HSL color Cylindrical-coordinate representation of color #F129AD: hue angle of 320.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 #F129AD is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 41 173 -
CMYK 0 0.83 0.28 0.05
HSL 320.4º 0.88% 0.55% -
HSV(B) 320.4º 0.83% 0.95% -
XYZ 44.61 23.3 41.68 -
YUV 115.85 160.26 217.27 -
System Red Green Blue C M Y K H S L
Decimal 241 41 173 0 0.83 0.28 0.05 320.4 0.88 0.55
Hex F1 29 AD 0 53 1C 5 140 58 37
Octal 361 51 255 0 123 34 5 500 130 67
Binary 11110001 101001 10101101 0 1010011 11100 101 101000000 1011000 110111

Color Harmonies of #F129AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F129AD

Black with #F129AD

Text Example


Text Example

White with #F129AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F129AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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