Html Css Color HEX #F132AC Persian Rose

📋 copy color: '#F132AC'

red 241 ◦ green 50 ◦ blue 172

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

Shades of Persian Rose #F132AC

Tints of Persian Rose #F132AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 52.05%
G = 10.8%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F132AC (or 0xF132AC) is known color: Persian Rose. HEX triplet: F1, 32 and AC. RGB value is (241,50,172). Sum of RGB (Red+Green+Blue) = 241+50+172=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 50 (19.92% from 255 or 10.80% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F132AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F132AC is #0ECD53. Grayscale: #787878. Windows color (decimal): -970068 or 11285233. OLE color: 11285233.

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

Color convert

RGB 241 50 172 -
CMYK 0 0.79 0.29 0.05
HSL 321.68º 0.87% 0.57% -
HSV(B) 321.68º 0.79% 0.95% -
XYZ 44.86 23.96 41.29 -
YUV 121.02 156.78 213.58 -
System Red Green Blue C M Y K H S L
Decimal 241 50 172 0 0.79 0.29 0.05 321.68 0.87 0.57
Hex F1 32 AC 0 4F 1D 5 142 57 39
Octal 361 62 254 0 117 35 5 502 127 71
Binary 11110001 110010 10101100 0 1001111 11101 101 101000010 1010111 111001

Color Harmonies of #F132AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F132AC

Black with #F132AC

Text Example


Text Example

White with #F132AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F132AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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