Html Css Color HEX #FB299F Persian Rose

📋 copy color: '#FB299F'

red 251 ◦ green 41 ◦ blue 159

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

Shades of Persian Rose #FB299F

Tints of Persian Rose #FB299F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.09%

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

R = 55.65%
G = 9.09%
B = 35.25%

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

#FB299F (or 0xFB299F) is known color: Persian Rose. HEX triplet: FB, 29 and 9F. RGB value is (251,41,159). Sum of RGB (Red+Green+Blue) = 251+41+159=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 41 (16.41% from 255 or 9.09% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FB299F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB299F is #04D660. Grayscale: #747474. Windows color (decimal): -317025 or 10430971. OLE color: 10430971.

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

Color convert

RGB 251 41 159 -
CMYK 0 0.84 0.37 0.02
HSL 326.29º 0.96% 0.57% -
HSV(B) 326.29º 0.84% 0.98% -
XYZ 46.83 24.6 35.08 -
YUV 117.24 151.57 223.41 -
System Red Green Blue C M Y K H S L
Decimal 251 41 159 0 0.84 0.37 0.02 326.29 0.96 0.57
Hex FB 29 9F 0 54 25 2 146 60 39
Octal 373 51 237 0 124 45 2 506 140 71
Binary 11111011 101001 10011111 0 1010100 100101 10 101000110 1100000 111001

Color Harmonies of #FB299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB299F

Black with #FB299F

Text Example


Text Example

White with #FB299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB299F; }

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

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

background-color css

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

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

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

border-color css

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

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

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