Html Css Color HEX #FD4A7D French Rose

📋 copy color: '#FD4A7D'

red 253 ◦ green 74 ◦ blue 125

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

Shades of French Rose #FD4A7D

Tints of French Rose #FD4A7D

RGB

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

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

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

R = 55.97%
G = 16.37%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD4A7D (or 0xFD4A7D) is known color: French Rose. HEX triplet: FD, 4A and 7D. RGB value is (253,74,125). Sum of RGB (Red+Green+Blue) = 253+74+125=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4A7D is #02B582. Grayscale: #858585. Windows color (decimal): -177539 or 8211197. OLE color: 8211197.

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

Color convert

RGB 253 74 125 -
CMYK 0 0.71 0.51 0.01
HSL 342.91º 0.98% 0.64% -
HSV(B) 342.91º 0.71% 0.99% -
XYZ 46.66 27.26 22.2 -
YUV 133.34 123.3 213.35 -
System Red Green Blue C M Y K H S L
Decimal 253 74 125 0 0.71 0.51 0.01 342.91 0.98 0.64
Hex FD 4A 7D 0 47 33 1 157 62 40
Octal 375 112 175 0 107 63 1 527 142 100
Binary 11111101 1001010 1111101 0 1000111 110011 1 101010111 1100010 1000000

Color Harmonies of #FD4A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4A7D

Black with #FD4A7D

Text Example


Text Example

White with #FD4A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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