Html Css Color HEX #FB3AB2 Persian Rose

📋 copy color: '#FB3AB2'

red 251 ◦ green 58 ◦ blue 178

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

Shades of Persian Rose #FB3AB2

Tints of Persian Rose #FB3AB2

RGB

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

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

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

R = 51.54%
G = 11.91%
B = 36.55%

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

#FB3AB2 (or 0xFB3AB2) is known color: Persian Rose. HEX triplet: FB, 3A and B2. RGB value is (251,58,178). Sum of RGB (Red+Green+Blue) = 251+58+178=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 58 (23.05% from 255 or 11.91% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3AB2 is #04C54D. Grayscale: #818181. Windows color (decimal): -312654 or 11680507. OLE color: 11680507.

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

Color convert

RGB 251 58 178 -
CMYK 0 0.77 0.29 0.02
HSL 322.69º 0.96% 0.61% -
HSV(B) 322.69º 0.77% 0.98% -
XYZ 49.33 26.75 44.68 -
YUV 129.39 155.44 214.74 -
System Red Green Blue C M Y K H S L
Decimal 251 58 178 0 0.77 0.29 0.02 322.69 0.96 0.61
Hex FB 3A B2 0 4D 1D 2 143 60 3D
Octal 373 72 262 0 115 35 2 503 140 75
Binary 11111011 111010 10110010 0 1001101 11101 10 101000011 1100000 111101

Color Harmonies of #FB3AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3AB2

Black with #FB3AB2

Text Example


Text Example

White with #FB3AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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