Html Css Color HEX #FB5394 French Rose

📋 copy color: '#FB5394'

red 251 ◦ green 83 ◦ blue 148

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

Shades of French Rose #FB5394

Tints of French Rose #FB5394

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.22%

 BLUE value IS 148 (58.2% from 255) = 30.71%

R = 52.07%
G = 17.22%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FB5394 (or 0xFB5394) is known color: French Rose. HEX triplet: FB, 53 and 94. RGB value is (251,83,148). Sum of RGB (Red+Green+Blue) = 251+83+148=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5394 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5394 is #04AC6B. Grayscale: #8C8C8C. Windows color (decimal): -306284 or 9720827. OLE color: 9720827.

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

Color convert

RGB 251 83 148 -
CMYK 0 0.67 0.41 0.02
HSL 336.79º 0.95% 0.65% -
HSV(B) 336.79º 0.67% 0.98% -
XYZ 48.22 28.83 31.04 -
YUV 140.64 132.16 206.71 -
System Red Green Blue C M Y K H S L
Decimal 251 83 148 0 0.67 0.41 0.02 336.79 0.95 0.65
Hex FB 53 94 0 43 29 2 151 5F 41
Octal 373 123 224 0 103 51 2 521 137 101
Binary 11111011 1010011 10010100 0 1000011 101001 10 101010001 1011111 1000001

Color Harmonies of #FB5394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5394

Black with #FB5394

Text Example


Text Example

White with #FB5394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5394; }

 p { color: rgb(251,83,148); }

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

background-color css

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

 a { background-color: rgb(251,83,148); }

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

border-color css

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

 span { border-color: rgb(251,83,148); }

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