Html Css Color HEX #F333AB Persian Rose

📋 copy color: '#F333AB'

red 243 ◦ green 51 ◦ blue 171

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

Shades of Persian Rose #F333AB

Tints of Persian Rose #F333AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.77%

R = 52.26%
G = 10.97%
B = 36.77%

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

#F333AB (or 0xF333AB) is known color: Persian Rose. HEX triplet: F3, 33 and AB. RGB value is (243,51,171). Sum of RGB (Red+Green+Blue) = 243+51+171=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 51 (20.31% from 255 or 10.97% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F333AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F333AB is #0CCC54. Grayscale: #797979. Windows color (decimal): -838741 or 11219955. OLE color: 11219955.

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

Color convert

RGB 243 51 171 -
CMYK 0 0.79 0.30 0.05
HSL 322.5º 0.89% 0.58% -
HSV(B) 322.5º 0.79% 0.95% -
XYZ 45.5 24.36 40.83 -
YUV 122.09 155.61 214.24 -
System Red Green Blue C M Y K H S L
Decimal 243 51 171 0 0.79 0.30 0.05 322.5 0.89 0.58
Hex F3 33 AB 0 4F 1E 5 142 59 3A
Octal 363 63 253 0 117 36 5 502 131 72
Binary 11110011 110011 10101011 0 1001111 11110 101 101000010 1011001 111010

Color Harmonies of #F333AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F333AB

Black with #F333AB

Text Example


Text Example

White with #F333AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F333AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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