Html Css Color HEX #FA33A9 Persian Rose

📋 copy color: '#FA33A9'

red 250 ◦ green 51 ◦ blue 169

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

Shades of Persian Rose #FA33A9

Tints of Persian Rose #FA33A9

RGB

 RED value IS 250 (98.05% from 255) = 53.19%

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

 BLUE value IS 169 (66.41% from 255) = 35.96%

R = 53.19%
G = 10.85%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA33A9 (or 0xFA33A9) is known color: Persian Rose. HEX triplet: FA, 33 and A9. RGB value is (250,51,169). Sum of RGB (Red+Green+Blue) = 250+51+169=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 51 (20.31% from 255 or 10.85% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA33A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA33A9 is #05CC56. Grayscale: #7B7B7B. Windows color (decimal): -379991 or 11088890. OLE color: 11088890.

HSL color Cylindrical-coordinate representation of color #FA33A9: hue angle of 324.42º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA33A9 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 51 169 -
CMYK 0 0.80 0.32 0.02
HSL 324.42º 0.95% 0.59% -
HSV(B) 324.42º 0.8% 0.98% -
XYZ 47.77 25.56 39.95 -
YUV 123.95 153.43 217.91 -
System Red Green Blue C M Y K H S L
Decimal 250 51 169 0 0.80 0.32 0.02 324.42 0.95 0.59
Hex FA 33 A9 0 50 20 2 144 5F 3B
Octal 372 63 251 0 120 40 2 504 137 73
Binary 11111010 110011 10101001 0 1010000 100000 10 101000100 1011111 111011

Color Harmonies of #FA33A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA33A9

Black with #FA33A9

Text Example


Text Example

White with #FA33A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA33A9; }

 p { color: rgb(250,51,169); }

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

background-color css

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

 a { background-color: rgb(250,51,169); }

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

border-color css

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

 span { border-color: rgb(250,51,169); }

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