Html Css Color HEX #FB518F French Rose

📋 copy color: '#FB518F'

red 251 ◦ green 81 ◦ blue 143

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

Shades of French Rose #FB518F

Tints of French Rose #FB518F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.11%

R = 52.84%
G = 17.05%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB518F (or 0xFB518F) is known color: French Rose. HEX triplet: FB, 51 and 8F. RGB value is (251,81,143). Sum of RGB (Red+Green+Blue) = 251+81+143=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB518F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB518F is #04AE70. Grayscale: #8A8A8A. Windows color (decimal): -306801 or 9392635. OLE color: 9392635.

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

Color convert

RGB 251 81 143 -
CMYK 0 0.68 0.43 0.02
HSL 338.12º 0.96% 0.65% -
HSV(B) 338.12º 0.68% 0.98% -
XYZ 47.68 28.38 28.95 -
YUV 138.9 130.32 207.96 -
System Red Green Blue C M Y K H S L
Decimal 251 81 143 0 0.68 0.43 0.02 338.12 0.96 0.65
Hex FB 51 8F 0 44 2B 2 152 60 41
Octal 373 121 217 0 104 53 2 522 140 101
Binary 11111011 1010001 10001111 0 1000100 101011 10 101010010 1100000 1000001

Color Harmonies of #FB518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB518F

Black with #FB518F

Text Example


Text Example

White with #FB518F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB518F; }

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

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

background-color css

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

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

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

border-color css

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

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

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