Html Css Color HEX #FA3AB2 Persian Rose

📋 copy color: '#FA3AB2'

red 250 ◦ green 58 ◦ blue 178

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

Shades of Persian Rose #FA3AB2

Tints of Persian Rose #FA3AB2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.93%

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

R = 51.44%
G = 11.93%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA3AB2 (or 0xFA3AB2) is known color: Persian Rose. HEX triplet: FA, 3A and B2. RGB value is (250,58,178). Sum of RGB (Red+Green+Blue) = 250+58+178=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 58 (23.05% from 255 or 11.93% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3AB2 is #05C54D. Grayscale: #808080. Windows color (decimal): -378190 or 11680506. OLE color: 11680506.

HSL color Cylindrical-coordinate representation of color #FA3AB2: hue angle of 322.5º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA3AB2 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 58 178 -
CMYK 0 0.77 0.29 0.02
HSL 322.5º 0.95% 0.6% -
HSV(B) 322.5º 0.77% 0.98% -
XYZ 48.97 26.56 44.67 -
YUV 129.09 155.61 214.24 -
System Red Green Blue C M Y K H S L
Decimal 250 58 178 0 0.77 0.29 0.02 322.5 0.95 0.6
Hex FA 3A B2 0 4D 1D 2 142 5F 3C
Octal 372 72 262 0 115 35 2 502 137 74
Binary 11111010 111010 10110010 0 1001101 11101 10 101000010 1011111 111100

Color Harmonies of #FA3AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3AB2

Black with #FA3AB2

Text Example


Text Example

White with #FA3AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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