Html Css Color HEX #F133AC Persian Rose

📋 copy color: '#F133AC'

red 241 ◦ green 51 ◦ blue 172

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

Shades of Persian Rose #F133AC

Tints of Persian Rose #F133AC

RGB

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

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

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

R = 51.94%
G = 10.99%
B = 37.07%

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

#F133AC (or 0xF133AC) is known color: Persian Rose. HEX triplet: F1, 33 and AC. RGB value is (241,51,172). Sum of RGB (Red+Green+Blue) = 241+51+172=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 51 (20.31% from 255 or 10.99% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F133AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F133AC is #0ECC53. Grayscale: #797979. Windows color (decimal): -969812 or 11285489. OLE color: 11285489.

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

Color convert

RGB 241 51 172 -
CMYK 0 0.79 0.29 0.05
HSL 321.79º 0.87% 0.57% -
HSV(B) 321.79º 0.79% 0.95% -
XYZ 44.91 24.05 41.3 -
YUV 121.6 156.45 213.16 -
System Red Green Blue C M Y K H S L
Decimal 241 51 172 0 0.79 0.29 0.05 321.79 0.87 0.57
Hex F1 33 AC 0 4F 1D 5 142 57 39
Octal 361 63 254 0 117 35 5 502 127 71
Binary 11110001 110011 10101100 0 1001111 11101 101 101000010 1010111 111001

Color Harmonies of #F133AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F133AC

Black with #F133AC

Text Example


Text Example

White with #F133AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F133AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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