Html Css Color HEX #FB548B French Rose

📋 copy color: '#FB548B'

red 251 ◦ green 84 ◦ blue 139

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

Shades of French Rose #FB548B

Tints of French Rose #FB548B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.72%

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

R = 52.95%
G = 17.72%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB548B (or 0xFB548B) is known color: French Rose. HEX triplet: FB, 54 and 8B. RGB value is (251,84,139). Sum of RGB (Red+Green+Blue) = 251+84+139=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB548B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB548B is #04AB74. Grayscale: #8C8C8C. Windows color (decimal): -306037 or 9131259. OLE color: 9131259.

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

Color convert

RGB 251 84 139 -
CMYK 0 0.67 0.45 0.02
HSL 340.24º 0.95% 0.66% -
HSV(B) 340.24º 0.67% 0.98% -
XYZ 47.61 28.71 27.46 -
YUV 140.2 127.33 207.03 -
System Red Green Blue C M Y K H S L
Decimal 251 84 139 0 0.67 0.45 0.02 340.24 0.95 0.66
Hex FB 54 8B 0 43 2D 2 154 5F 42
Octal 373 124 213 0 103 55 2 524 137 102
Binary 11111011 1010100 10001011 0 1000011 101101 10 101010100 1011111 1000010

Color Harmonies of #FB548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB548B

Black with #FB548B

Text Example


Text Example

White with #FB548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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