Html Css Color HEX #FB4D7D French Rose

📋 copy color: '#FB4D7D'

red 251 ◦ green 77 ◦ blue 125

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

Shades of French Rose #FB4D7D

Tints of French Rose #FB4D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.59%

R = 55.41%
G = 17%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FB4D7D (or 0xFB4D7D) is known color: French Rose. HEX triplet: FB, 4D and 7D. RGB value is (251,77,125). Sum of RGB (Red+Green+Blue) = 251+77+125=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB4D7D is #04B282. Grayscale: #868686. Windows color (decimal): -307843 or 8211963. OLE color: 8211963.

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

Color convert

RGB 251 77 125 -
CMYK 0 0.69 0.50 0.02
HSL 343.45º 0.96% 0.64% -
HSV(B) 343.45º 0.69% 0.98% -
XYZ 46.14 27.3 22.24 -
YUV 134.5 122.65 211.1 -
System Red Green Blue C M Y K H S L
Decimal 251 77 125 0 0.69 0.50 0.02 343.45 0.96 0.64
Hex FB 4D 7D 0 45 32 2 157 60 40
Octal 373 115 175 0 105 62 2 527 140 100
Binary 11111011 1001101 1111101 0 1000101 110010 10 101010111 1100000 1000000

Color Harmonies of #FB4D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4D7D

Black with #FB4D7D

Text Example


Text Example

White with #FB4D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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