Html Css Color HEX #FB518B French Rose

📋 copy color: '#FB518B'

red 251 ◦ green 81 ◦ blue 139

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

Shades of French Rose #FB518B

Tints of French Rose #FB518B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.2%

 BLUE value IS 139 (54.69% from 255) = 29.51%

R = 53.29%
G = 17.2%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB518B (or 0xFB518B) is known color: French Rose. HEX triplet: FB, 51 and 8B. RGB value is (251,81,139). Sum of RGB (Red+Green+Blue) = 251+81+139=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB518B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB518B is #04AE74. Grayscale: #8A8A8A. Windows color (decimal): -306805 or 9130491. OLE color: 9130491.

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

Color convert

RGB 251 81 139 -
CMYK 0 0.68 0.45 0.02
HSL 339.53º 0.96% 0.65% -
HSV(B) 339.53º 0.68% 0.98% -
XYZ 47.39 28.26 27.38 -
YUV 138.44 128.32 208.28 -
System Red Green Blue C M Y K H S L
Decimal 251 81 139 0 0.68 0.45 0.02 339.53 0.96 0.65
Hex FB 51 8B 0 44 2D 2 154 60 41
Octal 373 121 213 0 104 55 2 524 140 101
Binary 11111011 1010001 10001011 0 1000100 101101 10 101010100 1100000 1000001

Color Harmonies of #FB518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB518B

Black with #FB518B

Text Example


Text Example

White with #FB518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB518B; }

 p { color: rgb(251,81,139); }

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

background-color css

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

 a { background-color: rgb(251,81,139); }

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

border-color css

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

 span { border-color: rgb(251,81,139); }

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