Html Css Color HEX #FD4D8B French Rose

📋 copy color: '#FD4D8B'

red 253 ◦ green 77 ◦ blue 139

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

Shades of French Rose #FD4D8B

Tints of French Rose #FD4D8B

RGB

 RED value IS 253 (99.22% from 255) = 53.94%

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

 BLUE value IS 139 (54.69% from 255) = 29.64%

R = 53.94%
G = 16.42%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD4D8B (or 0xFD4D8B) is known color: French Rose. HEX triplet: FD, 4D and 8B. RGB value is (253,77,139). Sum of RGB (Red+Green+Blue) = 253+77+139=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD4D8B is #02B274. Grayscale: #888888. Windows color (decimal): -176757 or 9129469. OLE color: 9129469.

HSL color Cylindrical-coordinate representation of color #FD4D8B: hue angle of 338.86º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4D8B is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 77 139 -
CMYK 0 0.70 0.45 0.01
HSL 338.86º 0.98% 0.65% -
HSV(B) 338.86º 0.7% 0.99% -
XYZ 47.82 28.05 27.32 -
YUV 136.69 129.31 210.96 -
System Red Green Blue C M Y K H S L
Decimal 253 77 139 0 0.70 0.45 0.01 338.86 0.98 0.65
Hex FD 4D 8B 0 46 2D 1 153 62 41
Octal 375 115 213 0 106 55 1 523 142 101
Binary 11111101 1001101 10001011 0 1000110 101101 1 101010011 1100010 1000001

Color Harmonies of #FD4D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4D8B

Black with #FD4D8B

Text Example


Text Example

White with #FD4D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4D8B; }

 p { color: rgb(253,77,139); }

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

background-color css

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

 a { background-color: rgb(253,77,139); }

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

border-color css

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

 span { border-color: rgb(253,77,139); }

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