Html Css Color HEX #F132A6 Persian Rose

📋 copy color: '#F132A6'

red 241 ◦ green 50 ◦ blue 166

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

Shades of Persian Rose #F132A6

Tints of Persian Rose #F132A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.32%

R = 52.74%
G = 10.94%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F132A6 (or 0xF132A6) is known color: Persian Rose. HEX triplet: F1, 32 and A6. RGB value is (241,50,166). Sum of RGB (Red+Green+Blue) = 241+50+166=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 50 (19.92% from 255 or 10.94% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F132A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F132A6 is #0ECD59. Grayscale: #787878. Windows color (decimal): -970074 or 10892017. OLE color: 10892017.

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

Color convert

RGB 241 50 166 -
CMYK 0 0.79 0.31 0.05
HSL 323.56º 0.87% 0.57% -
HSV(B) 323.56º 0.79% 0.95% -
XYZ 44.3 23.74 38.32 -
YUV 120.33 153.78 214.07 -
System Red Green Blue C M Y K H S L
Decimal 241 50 166 0 0.79 0.31 0.05 323.56 0.87 0.57
Hex F1 32 A6 0 4F 1F 5 144 57 39
Octal 361 62 246 0 117 37 5 504 127 71
Binary 11110001 110010 10100110 0 1001111 11111 101 101000100 1010111 111001

Color Harmonies of #F132A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F132A6

Black with #F132A6

Text Example


Text Example

White with #F132A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F132A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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