Html Css Color HEX #FA33B2 Persian Rose

📋 copy color: '#FA33B2'

red 250 ◦ green 51 ◦ blue 178

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

Shades of Persian Rose #FA33B2

Tints of Persian Rose #FA33B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.16%

R = 52.19%
G = 10.65%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA33B2 (or 0xFA33B2) is known color: Persian Rose. HEX triplet: FA, 33 and B2. RGB value is (250,51,178). Sum of RGB (Red+Green+Blue) = 250+51+178=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 51 (20.31% from 255 or 10.65% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA33B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA33B2 is #05CC4D. Grayscale: #7C7C7C. Windows color (decimal): -379982 or 11678714. OLE color: 11678714.

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

Color convert

RGB 250 51 178 -
CMYK 0 0.80 0.29 0.02
HSL 321.71º 0.95% 0.59% -
HSV(B) 321.71º 0.8% 0.98% -
XYZ 48.64 25.91 44.56 -
YUV 124.98 157.93 217.17 -
System Red Green Blue C M Y K H S L
Decimal 250 51 178 0 0.80 0.29 0.02 321.71 0.95 0.59
Hex FA 33 B2 0 50 1D 2 142 5F 3B
Octal 372 63 262 0 120 35 2 502 137 73
Binary 11111010 110011 10110010 0 1010000 11101 10 101000010 1011111 111011

Color Harmonies of #FA33B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA33B2

Black with #FA33B2

Text Example


Text Example

White with #FA33B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA33B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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