Html Css Color HEX #FB2999 Persian Rose

📋 copy color: '#FB2999'

red 251 ◦ green 41 ◦ blue 153

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

Shades of Persian Rose #FB2999

Tints of Persian Rose #FB2999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.38%

R = 56.4%
G = 9.21%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB2999 (or 0xFB2999) is known color: Persian Rose. HEX triplet: FB, 29 and 99. RGB value is (251,41,153). Sum of RGB (Red+Green+Blue) = 251+41+153=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 41 (16.41% from 255 or 9.21% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2999 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2999 is #04D666. Grayscale: #747474. Windows color (decimal): -317031 or 10037755. OLE color: 10037755.

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

Color convert

RGB 251 41 153 -
CMYK 0 0.84 0.39 0.02
HSL 328º 0.96% 0.57% -
HSV(B) 328º 0.84% 0.98% -
XYZ 46.33 24.4 32.4 -
YUV 116.56 148.57 223.89 -
System Red Green Blue C M Y K H S L
Decimal 251 41 153 0 0.84 0.39 0.02 328 0.96 0.57
Hex FB 29 99 0 54 27 2 148 60 39
Octal 373 51 231 0 124 47 2 510 140 71
Binary 11111011 101001 10011001 0 1010100 100111 10 101001000 1100000 111001

Color Harmonies of #FB2999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2999

Black with #FB2999

Text Example


Text Example

White with #FB2999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2999; }

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

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

background-color css

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

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

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

border-color css

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

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

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