Html Css Color HEX #FB5A8D French Rose

📋 copy color: '#FB5A8D'

red 251 ◦ green 90 ◦ blue 141

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

Shades of French Rose #FB5A8D

Tints of French Rose #FB5A8D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.67%

 BLUE value IS 141 (55.47% from 255) = 29.25%

R = 52.07%
G = 18.67%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB5A8D (or 0xFB5A8D) is known color: French Rose. HEX triplet: FB, 5A and 8D. RGB value is (251,90,141). Sum of RGB (Red+Green+Blue) = 251+90+141=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5A8D is #04A572. Grayscale: #8F8F8F. Windows color (decimal): -304499 or 9263867. OLE color: 9263867.

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

Color convert

RGB 251 90 141 -
CMYK 0 0.64 0.44 0.02
HSL 340.99º 0.95% 0.67% -
HSV(B) 340.99º 0.64% 0.98% -
XYZ 48.25 29.74 28.4 -
YUV 143.95 126.34 204.35 -
System Red Green Blue C M Y K H S L
Decimal 251 90 141 0 0.64 0.44 0.02 340.99 0.95 0.67
Hex FB 5A 8D 0 40 2C 2 155 5F 43
Octal 373 132 215 0 100 54 2 525 137 103
Binary 11111011 1011010 10001101 0 1000000 101100 10 101010101 1011111 1000011

Color Harmonies of #FB5A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5A8D

Black with #FB5A8D

Text Example


Text Example

White with #FB5A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5A8D; }

 p { color: rgb(251,90,141); }

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

background-color css

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

 a { background-color: rgb(251,90,141); }

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

border-color css

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

 span { border-color: rgb(251,90,141); }

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