Html Css Color HEX #FB4B97 French Rose

📋 copy color: '#FB4B97'

red 251 ◦ green 75 ◦ blue 151

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

Shades of French Rose #FB4B97

Tints of French Rose #FB4B97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.66%

R = 52.62%
G = 15.72%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FB4B97 (or 0xFB4B97) is known color: French Rose. HEX triplet: FB, 4B and 97. RGB value is (251,75,151). Sum of RGB (Red+Green+Blue) = 251+75+151=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 151 (59.38% from 255 or 31.66% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4B97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4B97 is #04B468. Grayscale: #888888. Windows color (decimal): -308329 or 9915387. OLE color: 9915387.

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

Color convert

RGB 251 75 151 -
CMYK 0 0.70 0.40 0.02
HSL 334.09º 0.96% 0.64% -
HSV(B) 334.09º 0.7% 0.98% -
XYZ 47.89 27.78 32.12 -
YUV 136.29 136.31 209.82 -
System Red Green Blue C M Y K H S L
Decimal 251 75 151 0 0.70 0.40 0.02 334.09 0.96 0.64
Hex FB 4B 97 0 46 28 2 14E 60 40
Octal 373 113 227 0 106 50 2 516 140 100
Binary 11111011 1001011 10010111 0 1000110 101000 10 101001110 1100000 1000000

Color Harmonies of #FB4B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4B97

Black with #FB4B97

Text Example


Text Example

White with #FB4B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4B97; }

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

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

background-color css

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

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

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

border-color css

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

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

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