Html Css Color HEX #FB31A6 Persian Rose

📋 copy color: '#FB31A6'

red 251 ◦ green 49 ◦ blue 166

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

Shades of Persian Rose #FB31A6

Tints of Persian Rose #FB31A6

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.52%

 BLUE value IS 166 (65.23% from 255) = 35.62%

R = 53.86%
G = 10.52%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FB31A6 (or 0xFB31A6) is known color: Persian Rose. HEX triplet: FB, 31 and A6. RGB value is (251,49,166). Sum of RGB (Red+Green+Blue) = 251+49+166=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB31A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB31A6 is #04CE59. Grayscale: #7A7A7A. Windows color (decimal): -314970 or 10891771. OLE color: 10891771.

HSL color Cylindrical-coordinate representation of color #FB31A6: hue angle of 325.25º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB31A6 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 49 166 -
CMYK 0 0.80 0.34 0.02
HSL 325.25º 0.96% 0.59% -
HSV(B) 325.25º 0.8% 0.98% -
XYZ 47.76 25.46 38.47 -
YUV 122.74 152.42 219.49 -
System Red Green Blue C M Y K H S L
Decimal 251 49 166 0 0.80 0.34 0.02 325.25 0.96 0.59
Hex FB 31 A6 0 50 22 2 145 60 3B
Octal 373 61 246 0 120 42 2 505 140 73
Binary 11111011 110001 10100110 0 1010000 100010 10 101000101 1100000 111011

Color Harmonies of #FB31A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB31A6

Black with #FB31A6

Text Example


Text Example

White with #FB31A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB31A6; }

 p { color: rgb(251,49,166); }

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

background-color css

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

 a { background-color: rgb(251,49,166); }

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

border-color css

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

 span { border-color: rgb(251,49,166); }

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