Html Css Color HEX #FB4C7F French Rose

📋 copy color: '#FB4C7F'

red 251 ◦ green 76 ◦ blue 127

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

Shades of French Rose #FB4C7F

Tints of French Rose #FB4C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.97%

R = 55.29%
G = 16.74%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB4C7F (or 0xFB4C7F) is known color: French Rose. HEX triplet: FB, 4C and 7F. RGB value is (251,76,127). Sum of RGB (Red+Green+Blue) = 251+76+127=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4C7F is #04B380. Grayscale: #868686. Windows color (decimal): -308097 or 8342779. OLE color: 8342779.

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

Color convert

RGB 251 76 127 -
CMYK 0 0.70 0.49 0.02
HSL 342.51º 0.96% 0.64% -
HSV(B) 342.51º 0.7% 0.98% -
XYZ 46.2 27.21 22.9 -
YUV 134.14 123.98 211.35 -
System Red Green Blue C M Y K H S L
Decimal 251 76 127 0 0.70 0.49 0.02 342.51 0.96 0.64
Hex FB 4C 7F 0 46 31 2 157 60 40
Octal 373 114 177 0 106 61 2 527 140 100
Binary 11111011 1001100 1111111 0 1000110 110001 10 101010111 1100000 1000000

Color Harmonies of #FB4C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4C7F

Black with #FB4C7F

Text Example


Text Example

White with #FB4C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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