Html Css Color HEX #FB1DA2 Persian Rose

📋 copy color: '#FB1DA2'

red 251 ◦ green 29 ◦ blue 162

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

Shades of Persian Rose #FB1DA2

Tints of Persian Rose #FB1DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 36.65%

R = 56.79%
G = 6.56%
B = 36.65%

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

#FB1DA2 (or 0xFB1DA2) is known color: Persian Rose. HEX triplet: FB, 1D and A2. RGB value is (251,29,162). Sum of RGB (Red+Green+Blue) = 251+29+162=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 29 (11.72% from 255 or 6.56% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1DA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1DA2 is #04E25D. Grayscale: #6E6E6E. Windows color (decimal): -320094 or 10624507. OLE color: 10624507.

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

Color convert

RGB 251 29 162 -
CMYK 0 0.88 0.35 0.02
HSL 324.05º 0.97% 0.55% -
HSV(B) 324.05º 0.88% 0.98% -
XYZ 46.74 24 36.35 -
YUV 110.54 157.05 228.19 -
System Red Green Blue C M Y K H S L
Decimal 251 29 162 0 0.88 0.35 0.02 324.05 0.97 0.55
Hex FB 1D A2 0 58 23 2 144 61 37
Octal 373 35 242 0 130 43 2 504 141 67
Binary 11111011 11101 10100010 0 1011000 100011 10 101000100 1100001 110111

Color Harmonies of #FB1DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1DA2

Black with #FB1DA2

Text Example


Text Example

White with #FB1DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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