Html Css Color HEX #FB4C92 French Rose

📋 copy color: '#FB4C92'

red 251 ◦ green 76 ◦ blue 146

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

Shades of French Rose #FB4C92

Tints of French Rose #FB4C92

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.07%

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

R = 53.07%
G = 16.07%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FB4C92 (or 0xFB4C92) is known color: French Rose. HEX triplet: FB, 4C and 92. RGB value is (251,76,146). Sum of RGB (Red+Green+Blue) = 251+76+146=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4C92 is #04B36D. Grayscale: #888888. Windows color (decimal): -308078 or 9587963. OLE color: 9587963.

HSL color Cylindrical-coordinate representation of color #FB4C92: hue angle of 336º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4C92 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 76 146 -
CMYK 0 0.70 0.42 0.02
HSL 336º 0.96% 0.64% -
HSV(B) 336º 0.7% 0.98% -
XYZ 47.56 27.75 30.04 -
YUV 136.31 133.48 209.81 -
System Red Green Blue C M Y K H S L
Decimal 251 76 146 0 0.70 0.42 0.02 336 0.96 0.64
Hex FB 4C 92 0 46 2A 2 150 60 40
Octal 373 114 222 0 106 52 2 520 140 100
Binary 11111011 1001100 10010010 0 1000110 101010 10 101010000 1100000 1000000

Color Harmonies of #FB4C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4C92

Black with #FB4C92

Text Example


Text Example

White with #FB4C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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