Html Css Color HEX #FB1D9E Persian Rose

📋 copy color: '#FB1D9E'

red 251 ◦ green 29 ◦ blue 158

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

Shades of Persian Rose #FB1D9E

Tints of Persian Rose #FB1D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.07%

R = 57.31%
G = 6.62%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FB1D9E (or 0xFB1D9E) is known color: Persian Rose. HEX triplet: FB, 1D and 9E. RGB value is (251,29,158). Sum of RGB (Red+Green+Blue) = 251+29+158=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 29 (11.72% from 255 or 6.62% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1D9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1D9E is #04E261. Grayscale: #6D6D6D. Windows color (decimal): -320098 or 10362363. OLE color: 10362363.

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

Color convert

RGB 251 29 158 -
CMYK 0 0.88 0.37 0.02
HSL 325.14º 0.97% 0.55% -
HSV(B) 325.14º 0.88% 0.98% -
XYZ 46.39 23.86 34.51 -
YUV 110.08 155.05 228.51 -
System Red Green Blue C M Y K H S L
Decimal 251 29 158 0 0.88 0.37 0.02 325.14 0.97 0.55
Hex FB 1D 9E 0 58 25 2 145 61 37
Octal 373 35 236 0 130 45 2 505 141 67
Binary 11111011 11101 10011110 0 1011000 100101 10 101000101 1100001 110111

Color Harmonies of #FB1D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1D9E

Black with #FB1D9E

Text Example


Text Example

White with #FB1D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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