Html Css Color HEX #FB1DA1 Persian Rose

📋 copy color: '#FB1DA1'

red 251 ◦ green 29 ◦ blue 161

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

Shades of Persian Rose #FB1DA1

Tints of Persian Rose #FB1DA1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.58%

 BLUE value IS 161 (63.28% from 255) = 36.51%

R = 56.92%
G = 6.58%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FB1DA1 (or 0xFB1DA1) is known color: Persian Rose. HEX triplet: FB, 1D and A1. RGB value is (251,29,161). Sum of RGB (Red+Green+Blue) = 251+29+161=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 29 (11.72% from 255 or 6.58% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1DA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1DA1 is #04E25E. Grayscale: #6E6E6E. Windows color (decimal): -320095 or 10558971. OLE color: 10558971.

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

Color convert

RGB 251 29 161 -
CMYK 0 0.88 0.36 0.02
HSL 324.32º 0.97% 0.55% -
HSV(B) 324.32º 0.88% 0.98% -
XYZ 46.66 23.96 35.88 -
YUV 110.43 156.55 228.27 -
System Red Green Blue C M Y K H S L
Decimal 251 29 161 0 0.88 0.36 0.02 324.32 0.97 0.55
Hex FB 1D A1 0 58 24 2 144 61 37
Octal 373 35 241 0 130 44 2 504 141 67
Binary 11111011 11101 10100001 0 1011000 100100 10 101000100 1100001 110111

Color Harmonies of #FB1DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1DA1

Black with #FB1DA1

Text Example


Text Example

White with #FB1DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1DA1; }

 p { color: rgb(251,29,161); }

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

background-color css

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

 a { background-color: rgb(251,29,161); }

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

border-color css

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

 span { border-color: rgb(251,29,161); }

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