Html Css Color HEX #F129AB Persian Rose

📋 copy color: '#F129AB'

red 241 ◦ green 41 ◦ blue 171

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

Shades of Persian Rose #F129AB

Tints of Persian Rose #F129AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.75%

R = 53.2%
G = 9.05%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F129AB (or 0xF129AB) is known color: Persian Rose. HEX triplet: F1, 29 and AB. RGB value is (241,41,171). Sum of RGB (Red+Green+Blue) = 241+41+171=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F129AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F129AB is #0ED654. Grayscale: #737373. Windows color (decimal): -972373 or 11217393. OLE color: 11217393.

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

Color convert

RGB 241 41 171 -
CMYK 0 0.83 0.29 0.05
HSL 321º 0.88% 0.55% -
HSV(B) 321º 0.83% 0.95% -
XYZ 44.42 23.23 40.67 -
YUV 115.62 159.26 217.43 -
System Red Green Blue C M Y K H S L
Decimal 241 41 171 0 0.83 0.29 0.05 321 0.88 0.55
Hex F1 29 AB 0 53 1D 5 141 58 37
Octal 361 51 253 0 123 35 5 501 130 67
Binary 11110001 101001 10101011 0 1010011 11101 101 101000001 1011000 110111

Color Harmonies of #F129AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F129AB

Black with #F129AB

Text Example


Text Example

White with #F129AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F129AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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