Html Css Color HEX #FB289B Persian Rose

📋 copy color: '#FB289B'

red 251 ◦ green 40 ◦ blue 155

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

Shades of Persian Rose #FB289B

Tints of Persian Rose #FB289B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.97%

 BLUE value IS 155 (60.94% from 255) = 34.75%

R = 56.28%
G = 8.97%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FB289B (or 0xFB289B) is known color: Persian Rose. HEX triplet: FB, 28 and 9B. RGB value is (251,40,155). Sum of RGB (Red+Green+Blue) = 251+40+155=446 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.28% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 251 - color contains mainly: red. Hex color #FB289B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB289B is #04D764. Grayscale: #737373. Windows color (decimal): -317285 or 10168571. OLE color: 10168571.

HSL color Cylindrical-coordinate representation of color #FB289B: hue angle of 327.3º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB289B is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 40 155 -
CMYK 0 0.84 0.38 0.02
HSL 327.3º 0.96% 0.57% -
HSV(B) 327.3º 0.84% 0.98% -
XYZ 46.46 24.39 33.27 -
YUV 116.2 149.9 224.15 -
System Red Green Blue C M Y K H S L
Decimal 251 40 155 0 0.84 0.38 0.02 327.3 0.96 0.57
Hex FB 28 9B 0 54 26 2 147 60 39
Octal 373 50 233 0 124 46 2 507 140 71
Binary 11111011 101000 10011011 0 1010100 100110 10 101000111 1100000 111001

Color Harmonies of #FB289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB289B

Black with #FB289B

Text Example


Text Example

White with #FB289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB289B; }

 p { color: rgb(251,40,155); }

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

background-color css

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

 a { background-color: rgb(251,40,155); }

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

border-color css

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

 span { border-color: rgb(251,40,155); }

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