Html Css Color HEX #F33BAA Persian Rose

📋 copy color: '#F33BAA'

red 243 ◦ green 59 ◦ blue 170

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

Shades of Persian Rose #F33BAA

Tints of Persian Rose #F33BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.5%

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

R = 51.48%
G = 12.5%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F33BAA (or 0xF33BAA) is known color: Persian Rose. HEX triplet: F3, 3B and AA. RGB value is (243,59,170). Sum of RGB (Red+Green+Blue) = 243+59+170=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 59 (23.44% from 255 or 12.5% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F33BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33BAA is #0CC455. Grayscale: #7E7E7E. Windows color (decimal): -836694 or 11156467. OLE color: 11156467.

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

Color convert

RGB 243 59 170 -
CMYK 0 0.76 0.30 0.05
HSL 323.8º 0.88% 0.59% -
HSV(B) 323.8º 0.76% 0.95% -
XYZ 45.78 25.08 40.46 -
YUV 126.67 152.46 210.97 -
System Red Green Blue C M Y K H S L
Decimal 243 59 170 0 0.76 0.30 0.05 323.8 0.88 0.59
Hex F3 3B AA 0 4C 1E 5 144 58 3B
Octal 363 73 252 0 114 36 5 504 130 73
Binary 11110011 111011 10101010 0 1001100 11110 101 101000100 1011000 111011

Color Harmonies of #F33BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33BAA

Black with #F33BAA

Text Example


Text Example

White with #F33BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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