Html Css Color HEX #FB4D8E French Rose

📋 copy color: '#FB4D8E'

red 251 ◦ green 77 ◦ blue 142

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

Shades of French Rose #FB4D8E

Tints of French Rose #FB4D8E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.38%

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

R = 53.4%
G = 16.38%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB4D8E (or 0xFB4D8E) is known color: French Rose. HEX triplet: FB, 4D and 8E. RGB value is (251,77,142). Sum of RGB (Red+Green+Blue) = 251+77+142=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB4D8E is #04B271. Grayscale: #888888. Windows color (decimal): -307826 or 9326075. OLE color: 9326075.

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

Color convert

RGB 251 77 142 -
CMYK 0 0.69 0.43 0.02
HSL 337.59º 0.96% 0.64% -
HSV(B) 337.59º 0.69% 0.98% -
XYZ 47.32 27.77 28.46 -
YUV 136.44 131.15 209.71 -
System Red Green Blue C M Y K H S L
Decimal 251 77 142 0 0.69 0.43 0.02 337.59 0.96 0.64
Hex FB 4D 8E 0 45 2B 2 152 60 40
Octal 373 115 216 0 105 53 2 522 140 100
Binary 11111011 1001101 10001110 0 1000101 101011 10 101010010 1100000 1000000

Color Harmonies of #FB4D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4D8E

Black with #FB4D8E

Text Example


Text Example

White with #FB4D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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