Html Css Color HEX #F133AA Persian Rose

📋 copy color: '#F133AA'

red 241 ◦ green 51 ◦ blue 170

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

Shades of Persian Rose #F133AA

Tints of Persian Rose #F133AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.04%

 BLUE value IS 170 (66.8% from 255) = 36.8%

R = 52.16%
G = 11.04%
B = 36.8%

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

#F133AA (or 0xF133AA) is known color: Persian Rose. HEX triplet: F1, 33 and AA. RGB value is (241,51,170). Sum of RGB (Red+Green+Blue) = 241+51+170=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 51 (20.31% from 255 or 11.04% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F133AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F133AA is #0ECC55. Grayscale: #797979. Windows color (decimal): -969814 or 11154417. OLE color: 11154417.

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

Color convert

RGB 241 51 170 -
CMYK 0 0.79 0.29 0.05
HSL 322.42º 0.87% 0.57% -
HSV(B) 322.42º 0.79% 0.95% -
XYZ 44.72 23.97 40.3 -
YUV 121.38 155.45 213.32 -
System Red Green Blue C M Y K H S L
Decimal 241 51 170 0 0.79 0.29 0.05 322.42 0.87 0.57
Hex F1 33 AA 0 4F 1D 5 142 57 39
Octal 361 63 252 0 117 35 5 502 127 71
Binary 11110001 110011 10101010 0 1001111 11101 101 101000010 1010111 111001

Color Harmonies of #F133AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F133AA

Black with #F133AA

Text Example


Text Example

White with #F133AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F133AA; }

 p { color: rgb(241,51,170); }

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

background-color css

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

 a { background-color: rgb(241,51,170); }

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

border-color css

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

 span { border-color: rgb(241,51,170); }

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