Html Css Color HEX #FB3AB0 Persian Rose

📋 copy color: '#FB3AB0'

red 251 ◦ green 58 ◦ blue 176

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

Shades of Persian Rose #FB3AB0

Tints of Persian Rose #FB3AB0

RGB

 RED value IS 251 (98.44% from 255) = 51.75%

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

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

R = 51.75%
G = 11.96%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FB3AB0 (or 0xFB3AB0) is known color: Persian Rose. HEX triplet: FB, 3A and B0. RGB value is (251,58,176). Sum of RGB (Red+Green+Blue) = 251+58+176=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3AB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3AB0 is #04C54F. Grayscale: #808080. Windows color (decimal): -312656 or 11549435. OLE color: 11549435.

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

Color convert

RGB 251 58 176 -
CMYK 0 0.77 0.30 0.02
HSL 323.32º 0.96% 0.61% -
HSV(B) 323.32º 0.77% 0.98% -
XYZ 49.13 26.67 43.63 -
YUV 129.16 154.44 214.91 -
System Red Green Blue C M Y K H S L
Decimal 251 58 176 0 0.77 0.30 0.02 323.32 0.96 0.61
Hex FB 3A B0 0 4D 1E 2 143 60 3D
Octal 373 72 260 0 115 36 2 503 140 75
Binary 11111011 111010 10110000 0 1001101 11110 10 101000011 1100000 111101

Color Harmonies of #FB3AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3AB0

Black with #FB3AB0

Text Example


Text Example

White with #FB3AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3AB0; }

 p { color: rgb(251,58,176); }

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

background-color css

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

 a { background-color: rgb(251,58,176); }

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

border-color css

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

 span { border-color: rgb(251,58,176); }

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