Html Css Color HEX #F333AA Persian Rose

📋 copy color: '#F333AA'

red 243 ◦ green 51 ◦ blue 170

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

Shades of Persian Rose #F333AA

Tints of Persian Rose #F333AA

RGB

 RED value IS 243 (95.31% from 255) = 52.37%

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

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

R = 52.37%
G = 10.99%
B = 36.64%

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

#F333AA (or 0xF333AA) is known color: Persian Rose. HEX triplet: F3, 33 and AA. RGB value is (243,51,170). Sum of RGB (Red+Green+Blue) = 243+51+170=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 51 (20.31% from 255 or 10.99% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F333AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F333AA is #0CCC55. Grayscale: #797979. Windows color (decimal): -838742 or 11154419. OLE color: 11154419.

HSL color Cylindrical-coordinate representation of color #F333AA: hue angle of 322.81º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F333AA is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 51 170 -
CMYK 0 0.79 0.30 0.05
HSL 322.81º 0.89% 0.58% -
HSV(B) 322.81º 0.79% 0.95% -
XYZ 45.4 24.32 40.33 -
YUV 121.97 155.11 214.32 -
System Red Green Blue C M Y K H S L
Decimal 243 51 170 0 0.79 0.30 0.05 322.81 0.89 0.58
Hex F3 33 AA 0 4F 1E 5 143 59 3A
Octal 363 63 252 0 117 36 5 503 131 72
Binary 11110011 110011 10101010 0 1001111 11110 101 101000011 1011001 111010

Color Harmonies of #F333AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F333AA

Black with #F333AA

Text Example


Text Example

White with #F333AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F333AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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