Html Css Color HEX #F132AD Persian Rose

📋 copy color: '#F132AD'

red 241 ◦ green 50 ◦ blue 173

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

Shades of Persian Rose #F132AD

Tints of Persian Rose #F132AD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.78%

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

R = 51.94%
G = 10.78%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F132AD (or 0xF132AD) is known color: Persian Rose. HEX triplet: F1, 32 and AD. RGB value is (241,50,173). Sum of RGB (Red+Green+Blue) = 241+50+173=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F132AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F132AD is #0ECD52. Grayscale: #787878. Windows color (decimal): -970067 or 11350769. OLE color: 11350769.

HSL color Cylindrical-coordinate representation of color #F132AD: hue angle of 321.36º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F132AD is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 50 173 -
CMYK 0 0.79 0.28 0.05
HSL 321.36º 0.87% 0.57% -
HSV(B) 321.36º 0.79% 0.95% -
XYZ 44.96 24 41.8 -
YUV 121.13 157.28 213.5 -
System Red Green Blue C M Y K H S L
Decimal 241 50 173 0 0.79 0.28 0.05 321.36 0.87 0.57
Hex F1 32 AD 0 4F 1C 5 141 57 39
Octal 361 62 255 0 117 34 5 501 127 71
Binary 11110001 110010 10101101 0 1001111 11100 101 101000001 1010111 111001

Color Harmonies of #F132AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F132AD

Black with #F132AD

Text Example


Text Example

White with #F132AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F132AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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