Html Css Color HEX #FA3BAB Persian Rose

📋 copy color: '#FA3BAB'

red 250 ◦ green 59 ◦ blue 171

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

Shades of Persian Rose #FA3BAB

Tints of Persian Rose #FA3BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.29%

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

R = 52.08%
G = 12.29%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA3BAB (or 0xFA3BAB) is known color: Persian Rose. HEX triplet: FA, 3B and AB. RGB value is (250,59,171). Sum of RGB (Red+Green+Blue) = 250+59+171=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 59 (23.44% from 255 or 12.29% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3BAB is #05C454. Grayscale: #808080. Windows color (decimal): -377941 or 11222010. OLE color: 11222010.

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

Color convert

RGB 250 59 171 -
CMYK 0 0.76 0.32 0.02
HSL 324.82º 0.95% 0.61% -
HSV(B) 324.82º 0.76% 0.98% -
XYZ 48.34 26.39 41.07 -
YUV 128.88 151.78 214.39 -
System Red Green Blue C M Y K H S L
Decimal 250 59 171 0 0.76 0.32 0.02 324.82 0.95 0.61
Hex FA 3B AB 0 4C 20 2 145 5F 3D
Octal 372 73 253 0 114 40 2 505 137 75
Binary 11111010 111011 10101011 0 1001100 100000 10 101000101 1011111 111101

Color Harmonies of #FA3BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3BAB

Black with #FA3BAB

Text Example


Text Example

White with #FA3BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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