Html Css Color HEX #FA33AB Persian Rose

📋 copy color: '#FA33AB'

red 250 ◦ green 51 ◦ blue 171

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

Shades of Persian Rose #FA33AB

Tints of Persian Rose #FA33AB

RGB

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

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

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

R = 52.97%
G = 10.81%
B = 36.23%

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

#FA33AB (or 0xFA33AB) is known color: Persian Rose. HEX triplet: FA, 33 and AB. RGB value is (250,51,171). Sum of RGB (Red+Green+Blue) = 250+51+171=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 51 (20.31% from 255 or 10.81% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA33AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA33AB is #05CC54. Grayscale: #7B7B7B. Windows color (decimal): -379989 or 11219962. OLE color: 11219962.

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

Color convert

RGB 250 51 171 -
CMYK 0 0.80 0.32 0.02
HSL 323.82º 0.95% 0.59% -
HSV(B) 323.82º 0.8% 0.98% -
XYZ 47.96 25.63 40.95 -
YUV 124.18 154.43 217.74 -
System Red Green Blue C M Y K H S L
Decimal 250 51 171 0 0.80 0.32 0.02 323.82 0.95 0.59
Hex FA 33 AB 0 50 20 2 144 5F 3B
Octal 372 63 253 0 120 40 2 504 137 73
Binary 11111010 110011 10101011 0 1010000 100000 10 101000100 1011111 111011

Color Harmonies of #FA33AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA33AB

Black with #FA33AB

Text Example


Text Example

White with #FA33AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA33AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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