Html Css Color HEX #FB3AB3 Persian Rose

📋 copy color: '#FB3AB3'

red 251 ◦ green 58 ◦ blue 179

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

Shades of Persian Rose #FB3AB3

Tints of Persian Rose #FB3AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.68%

R = 51.43%
G = 11.89%
B = 36.68%

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

#FB3AB3 (or 0xFB3AB3) is known color: Persian Rose. HEX triplet: FB, 3A and B3. RGB value is (251,58,179). Sum of RGB (Red+Green+Blue) = 251+58+179=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 58 (23.05% from 255 or 11.89% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3AB3 is #04C54C. Grayscale: #818181. Windows color (decimal): -312653 or 11746043. OLE color: 11746043.

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

Color convert

RGB 251 58 179 -
CMYK 0 0.77 0.29 0.02
HSL 322.38º 0.96% 0.61% -
HSV(B) 322.38º 0.77% 0.98% -
XYZ 49.43 26.79 45.21 -
YUV 129.5 155.94 214.66 -
System Red Green Blue C M Y K H S L
Decimal 251 58 179 0 0.77 0.29 0.02 322.38 0.96 0.61
Hex FB 3A B3 0 4D 1D 2 142 60 3D
Octal 373 72 263 0 115 35 2 502 140 75
Binary 11111011 111010 10110011 0 1001101 11101 10 101000010 1100000 111101

Color Harmonies of #FB3AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3AB3

Black with #FB3AB3

Text Example


Text Example

White with #FB3AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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