Html Css Color HEX #FB5C92 French Rose

📋 copy color: '#FB5C92'

red 251 ◦ green 92 ◦ blue 146

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

Shades of French Rose #FB5C92

Tints of French Rose #FB5C92

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.81%

 BLUE value IS 146 (57.42% from 255) = 29.86%

R = 51.33%
G = 18.81%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FB5C92 (or 0xFB5C92) is known color: French Rose. HEX triplet: FB, 5C and 92. RGB value is (251,92,146). Sum of RGB (Red+Green+Blue) = 251+92+146=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5C92 is #04A36D. Grayscale: #919191. Windows color (decimal): -303982 or 9592059. OLE color: 9592059.

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

Color convert

RGB 251 92 146 -
CMYK 0 0.63 0.42 0.02
HSL 339.62º 0.95% 0.67% -
HSV(B) 339.62º 0.63% 0.98% -
XYZ 48.8 30.24 30.46 -
YUV 145.7 128.18 203.11 -
System Red Green Blue C M Y K H S L
Decimal 251 92 146 0 0.63 0.42 0.02 339.62 0.95 0.67
Hex FB 5C 92 0 3F 2A 2 154 5F 43
Octal 373 134 222 0 77 52 2 524 137 103
Binary 11111011 1011100 10010010 0 111111 101010 10 101010100 1011111 1000011

Color Harmonies of #FB5C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5C92

Black with #FB5C92

Text Example


Text Example

White with #FB5C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5C92; }

 p { color: rgb(251,92,146); }

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

background-color css

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

 a { background-color: rgb(251,92,146); }

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

border-color css

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

 span { border-color: rgb(251,92,146); }

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