Html Css Color HEX #FB289F Persian Rose

📋 copy color: '#FB289F'

red 251 ◦ green 40 ◦ blue 159

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

Shades of Persian Rose #FB289F

Tints of Persian Rose #FB289F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.33%

R = 55.78%
G = 8.89%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FB289F (or 0xFB289F) is known color: Persian Rose. HEX triplet: FB, 28 and 9F. RGB value is (251,40,159). Sum of RGB (Red+Green+Blue) = 251+40+159=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 40 (16.02% from 255 or 8.89% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FB289F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB289F is #04D760. Grayscale: #747474. Windows color (decimal): -317281 or 10430715. OLE color: 10430715.

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

Color convert

RGB 251 40 159 -
CMYK 0 0.84 0.37 0.02
HSL 326.16º 0.96% 0.57% -
HSV(B) 326.16º 0.84% 0.98% -
XYZ 46.8 24.53 35.07 -
YUV 116.66 151.9 223.82 -
System Red Green Blue C M Y K H S L
Decimal 251 40 159 0 0.84 0.37 0.02 326.16 0.96 0.57
Hex FB 28 9F 0 54 25 2 146 60 39
Octal 373 50 237 0 124 45 2 506 140 71
Binary 11111011 101000 10011111 0 1010100 100101 10 101000110 1100000 111001

Color Harmonies of #FB289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB289F

Black with #FB289F

Text Example


Text Example

White with #FB289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB289F; }

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

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

background-color css

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

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

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

border-color css

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

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

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