Html Css Color HEX #FD4A7B French Rose

📋 copy color: '#FD4A7B'

red 253 ◦ green 74 ◦ blue 123

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

Shades of French Rose #FD4A7B

Tints of French Rose #FD4A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.33%

R = 56.22%
G = 16.44%
B = 27.33%

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

#FD4A7B (or 0xFD4A7B) is known color: French Rose. HEX triplet: FD, 4A and 7B. RGB value is (253,74,123). Sum of RGB (Red+Green+Blue) = 253+74+123=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4A7B is #02B584. Grayscale: #858585. Windows color (decimal): -177541 or 8080125. OLE color: 8080125.

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

Color convert

RGB 253 74 123 -
CMYK 0 0.71 0.51 0.01
HSL 343.58º 0.98% 0.64% -
HSV(B) 343.58º 0.71% 0.99% -
XYZ 46.53 27.21 21.54 -
YUV 133.11 122.3 213.52 -
System Red Green Blue C M Y K H S L
Decimal 253 74 123 0 0.71 0.51 0.01 343.58 0.98 0.64
Hex FD 4A 7B 0 47 33 1 158 62 40
Octal 375 112 173 0 107 63 1 530 142 100
Binary 11111101 1001010 1111011 0 1000111 110011 1 101011000 1100010 1000000

Color Harmonies of #FD4A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4A7B

Black with #FD4A7B

Text Example


Text Example

White with #FD4A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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