Html Css Color HEX #FD4A86 French Rose

📋 copy color: '#FD4A86'

red 253 ◦ green 74 ◦ blue 134

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

Shades of French Rose #FD4A86

Tints of French Rose #FD4A86

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.05%

 BLUE value IS 134 (52.73% from 255) = 29.07%

R = 54.88%
G = 16.05%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD4A86 (or 0xFD4A86) is known color: French Rose. HEX triplet: FD, 4A and 86. RGB value is (253,74,134). Sum of RGB (Red+Green+Blue) = 253+74+134=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4A86 is #02B579. Grayscale: #868686. Windows color (decimal): -177530 or 8801021. OLE color: 8801021.

HSL color Cylindrical-coordinate representation of color #FD4A86: hue angle of 339.89º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD4A86 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 74 134 -
CMYK 0 0.71 0.47 0.01
HSL 339.89º 0.98% 0.64% -
HSV(B) 339.89º 0.71% 0.99% -
XYZ 47.26 27.5 25.37 -
YUV 134.36 127.8 212.62 -
System Red Green Blue C M Y K H S L
Decimal 253 74 134 0 0.71 0.47 0.01 339.89 0.98 0.64
Hex FD 4A 86 0 47 2F 1 154 62 40
Octal 375 112 206 0 107 57 1 524 142 100
Binary 11111101 1001010 10000110 0 1000111 101111 1 101010100 1100010 1000000

Color Harmonies of #FD4A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4A86

Black with #FD4A86

Text Example


Text Example

White with #FD4A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4A86; }

 p { color: rgb(253,74,134); }

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

background-color css

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

 a { background-color: rgb(253,74,134); }

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

border-color css

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

 span { border-color: rgb(253,74,134); }

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