Html Css Color HEX #FB5281 French Rose

📋 copy color: '#FB5281'

red 251 ◦ green 82 ◦ blue 129

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

Shades of French Rose #FB5281

Tints of French Rose #FB5281

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.75%

 BLUE value IS 129 (50.78% from 255) = 27.92%

R = 54.33%
G = 17.75%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB5281 (or 0xFB5281) is known color: French Rose. HEX triplet: FB, 52 and 81. RGB value is (251,82,129). Sum of RGB (Red+Green+Blue) = 251+82+129=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5281 is #04AD7E. Grayscale: #898989. Windows color (decimal): -306559 or 8475387. OLE color: 8475387.

HSL color Cylindrical-coordinate representation of color #FB5281: hue angle of 343.31º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB5281 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 82 129 -
CMYK 0 0.67 0.49 0.02
HSL 343.31º 0.95% 0.65% -
HSV(B) 343.31º 0.67% 0.98% -
XYZ 46.76 28.13 23.73 -
YUV 137.89 122.99 208.68 -
System Red Green Blue C M Y K H S L
Decimal 251 82 129 0 0.67 0.49 0.02 343.31 0.95 0.65
Hex FB 52 81 0 43 31 2 157 5F 41
Octal 373 122 201 0 103 61 2 527 137 101
Binary 11111011 1010010 10000001 0 1000011 110001 10 101010111 1011111 1000001

Color Harmonies of #FB5281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5281

Black with #FB5281

Text Example


Text Example

White with #FB5281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5281; }

 p { color: rgb(251,82,129); }

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

background-color css

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

 a { background-color: rgb(251,82,129); }

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

border-color css

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

 span { border-color: rgb(251,82,129); }

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