Html Css Color HEX #FA33B0 Persian Rose

📋 copy color: '#FA33B0'

red 250 ◦ green 51 ◦ blue 176

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

Shades of Persian Rose #FA33B0

Tints of Persian Rose #FA33B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.9%

R = 52.41%
G = 10.69%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA33B0 (or 0xFA33B0) is known color: Persian Rose. HEX triplet: FA, 33 and B0. RGB value is (250,51,176). Sum of RGB (Red+Green+Blue) = 250+51+176=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 51 (20.31% from 255 or 10.69% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA33B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA33B0 is #05CC4F. Grayscale: #7C7C7C. Windows color (decimal): -379984 or 11547642. OLE color: 11547642.

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

Color convert

RGB 250 51 176 -
CMYK 0 0.80 0.30 0.02
HSL 322.31º 0.95% 0.59% -
HSV(B) 322.31º 0.8% 0.98% -
XYZ 48.44 25.83 43.51 -
YUV 124.75 156.93 217.34 -
System Red Green Blue C M Y K H S L
Decimal 250 51 176 0 0.80 0.30 0.02 322.31 0.95 0.59
Hex FA 33 B0 0 50 1E 2 142 5F 3B
Octal 372 63 260 0 120 36 2 502 137 73
Binary 11111010 110011 10110000 0 1010000 11110 10 101000010 1011111 111011

Color Harmonies of #FA33B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA33B0

Black with #FA33B0

Text Example


Text Example

White with #FA33B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA33B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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