Html Css Color HEX #FB487F French Rose

📋 copy color: '#FB487F'

red 251 ◦ green 72 ◦ blue 127

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

Shades of French Rose #FB487F

Tints of French Rose #FB487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16%

 BLUE value IS 127 (50% from 255) = 28.22%

R = 55.78%
G = 16%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB487F (or 0xFB487F) is known color: French Rose. HEX triplet: FB, 48 and 7F. RGB value is (251,72,127). Sum of RGB (Red+Green+Blue) = 251+72+127=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FB487F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB487F is #04B780. Grayscale: #838383. Windows color (decimal): -309121 or 8341755. OLE color: 8341755.

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

Color convert

RGB 251 72 127 -
CMYK 0 0.71 0.49 0.02
HSL 341.56º 0.96% 0.63% -
HSV(B) 341.56º 0.71% 0.98% -
XYZ 45.93 26.68 22.81 -
YUV 131.79 125.3 213.03 -
System Red Green Blue C M Y K H S L
Decimal 251 72 127 0 0.71 0.49 0.02 341.56 0.96 0.63
Hex FB 48 7F 0 47 31 2 156 60 3F
Octal 373 110 177 0 107 61 2 526 140 77
Binary 11111011 1001000 1111111 0 1000111 110001 10 101010110 1100000 111111

Color Harmonies of #FB487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB487F

Black with #FB487F

Text Example


Text Example

White with #FB487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB487F; }

 p { color: rgb(251,72,127); }

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

background-color css

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

 a { background-color: rgb(251,72,127); }

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

border-color css

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

 span { border-color: rgb(251,72,127); }

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