Html Css Color HEX #FB4C8E French Rose

📋 copy color: '#FB4C8E'

red 251 ◦ green 76 ◦ blue 142

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

Shades of French Rose #FB4C8E

Tints of French Rose #FB4C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.28%

R = 53.52%
G = 16.2%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB4C8E (or 0xFB4C8E) is known color: French Rose. HEX triplet: FB, 4C and 8E. RGB value is (251,76,142). Sum of RGB (Red+Green+Blue) = 251+76+142=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4C8E is #04B371. Grayscale: #878787. Windows color (decimal): -308082 or 9325819. OLE color: 9325819.

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

Color convert

RGB 251 76 142 -
CMYK 0 0.70 0.43 0.02
HSL 337.37º 0.96% 0.64% -
HSV(B) 337.37º 0.7% 0.98% -
XYZ 47.25 27.63 28.43 -
YUV 135.85 131.48 210.13 -
System Red Green Blue C M Y K H S L
Decimal 251 76 142 0 0.70 0.43 0.02 337.37 0.96 0.64
Hex FB 4C 8E 0 46 2B 2 151 60 40
Octal 373 114 216 0 106 53 2 521 140 100
Binary 11111011 1001100 10001110 0 1000110 101011 10 101010001 1100000 1000000

Color Harmonies of #FB4C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4C8E

Black with #FB4C8E

Text Example


Text Example

White with #FB4C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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