Html Css Color HEX #FD4A85 French Rose

📋 copy color: '#FD4A85'

red 253 ◦ green 74 ◦ blue 133

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

Shades of French Rose #FD4A85

Tints of French Rose #FD4A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.91%

R = 55%
G = 16.09%
B = 28.91%

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

#FD4A85 (or 0xFD4A85) is known color: French Rose. HEX triplet: FD, 4A and 85. RGB value is (253,74,133). Sum of RGB (Red+Green+Blue) = 253+74+133=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4A85 is #02B57A. Grayscale: #868686. Windows color (decimal): -177531 or 8735485. OLE color: 8735485.

HSL color Cylindrical-coordinate representation of color #FD4A85: hue angle of 340.22º 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 #FD4A85 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 74 133 -
CMYK 0 0.71 0.47 0.01
HSL 340.22º 0.98% 0.64% -
HSV(B) 340.22º 0.71% 0.99% -
XYZ 47.19 27.47 25.01 -
YUV 134.25 127.3 212.7 -
System Red Green Blue C M Y K H S L
Decimal 253 74 133 0 0.71 0.47 0.01 340.22 0.98 0.64
Hex FD 4A 85 0 47 2F 1 154 62 40
Octal 375 112 205 0 107 57 1 524 142 100
Binary 11111101 1001010 10000101 0 1000111 101111 1 101010100 1100010 1000000

Color Harmonies of #FD4A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4A85

Black with #FD4A85

Text Example


Text Example

White with #FD4A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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