Html Css Color HEX #FB1EA3 Persian Rose

📋 copy color: '#FB1EA3'

red 251 ◦ green 30 ◦ blue 163

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

Shades of Persian Rose #FB1EA3

Tints of Persian Rose #FB1EA3

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.76%

 BLUE value IS 163 (64.06% from 255) = 36.71%

R = 56.53%
G = 6.76%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FB1EA3 (or 0xFB1EA3) is known color: Persian Rose. HEX triplet: FB, 1E and A3. RGB value is (251,30,163). Sum of RGB (Red+Green+Blue) = 251+30+163=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 30 (12.11% from 255 or 6.76% from 444); Blue value is 163 (64.06% from 255 or 36.71% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1EA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1EA3 is #04E15C. Grayscale: #6E6E6E. Windows color (decimal): -319837 or 10690299. OLE color: 10690299.

HSL color Cylindrical-coordinate representation of color #FB1EA3: hue angle of 323.89º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1EA3 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 30 163 -
CMYK 0 0.88 0.35 0.02
HSL 323.89º 0.97% 0.55% -
HSV(B) 323.89º 0.88% 0.98% -
XYZ 46.86 24.08 36.83 -
YUV 111.24 157.22 227.69 -
System Red Green Blue C M Y K H S L
Decimal 251 30 163 0 0.88 0.35 0.02 323.89 0.97 0.55
Hex FB 1E A3 0 58 23 2 144 61 37
Octal 373 36 243 0 130 43 2 504 141 67
Binary 11111011 11110 10100011 0 1011000 100011 10 101000100 1100001 110111

Color Harmonies of #FB1EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1EA3

Black with #FB1EA3

Text Example


Text Example

White with #FB1EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1EA3; }

 p { color: rgb(251,30,163); }

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

background-color css

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

 a { background-color: rgb(251,30,163); }

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

border-color css

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

 span { border-color: rgb(251,30,163); }

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