Html Css Color HEX #FB4B92 French Rose

📋 copy color: '#FB4B92'

red 251 ◦ green 75 ◦ blue 146

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

Shades of French Rose #FB4B92

Tints of French Rose #FB4B92

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.89%

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

R = 53.18%
G = 15.89%
B = 30.93%

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

#FB4B92 (or 0xFB4B92) is known color: French Rose. HEX triplet: FB, 4B and 92. RGB value is (251,75,146). Sum of RGB (Red+Green+Blue) = 251+75+146=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4B92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4B92 is #04B46D. Grayscale: #878787. Windows color (decimal): -308334 or 9587707. OLE color: 9587707.

HSL color Cylindrical-coordinate representation of color #FB4B92: hue angle of 335.8º 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 #FB4B92 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 75 146 -
CMYK 0 0.70 0.42 0.02
HSL 335.8º 0.96% 0.64% -
HSV(B) 335.8º 0.7% 0.98% -
XYZ 47.49 27.62 30.02 -
YUV 135.72 133.81 210.23 -
System Red Green Blue C M Y K H S L
Decimal 251 75 146 0 0.70 0.42 0.02 335.8 0.96 0.64
Hex FB 4B 92 0 46 2A 2 150 60 40
Octal 373 113 222 0 106 52 2 520 140 100
Binary 11111011 1001011 10010010 0 1000110 101010 10 101010000 1100000 1000000

Color Harmonies of #FB4B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4B92

Black with #FB4B92

Text Example


Text Example

White with #FB4B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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