Html Css Color HEX #F132A8 Persian Rose

📋 copy color: '#F132A8'

red 241 ◦ green 50 ◦ blue 168

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

Shades of Persian Rose #F132A8

Tints of Persian Rose #F132A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.6%

R = 52.51%
G = 10.89%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F132A8 (or 0xF132A8) is known color: Persian Rose. HEX triplet: F1, 32 and A8. RGB value is (241,50,168). Sum of RGB (Red+Green+Blue) = 241+50+168=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F132A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F132A8 is #0ECD57. Grayscale: #787878. Windows color (decimal): -970072 or 11023089. OLE color: 11023089.

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

Color convert

RGB 241 50 168 -
CMYK 0 0.79 0.30 0.05
HSL 322.93º 0.87% 0.57% -
HSV(B) 322.93º 0.79% 0.95% -
XYZ 44.48 23.81 39.3 -
YUV 120.56 154.78 213.91 -
System Red Green Blue C M Y K H S L
Decimal 241 50 168 0 0.79 0.30 0.05 322.93 0.87 0.57
Hex F1 32 A8 0 4F 1E 5 143 57 39
Octal 361 62 250 0 117 36 5 503 127 71
Binary 11110001 110010 10101000 0 1001111 11110 101 101000011 1010111 111001

Color Harmonies of #F132A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F132A8

Black with #F132A8

Text Example


Text Example

White with #F132A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F132A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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