Html Css Color HEX #FD5194 French Rose

📋 copy color: '#FD5194'

red 253 ◦ green 81 ◦ blue 148

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

Shades of French Rose #FD5194

Tints of French Rose #FD5194

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.8%

 BLUE value IS 148 (58.2% from 255) = 30.71%

R = 52.49%
G = 16.8%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FD5194 (or 0xFD5194) is known color: French Rose. HEX triplet: FD, 51 and 94. RGB value is (253,81,148). Sum of RGB (Red+Green+Blue) = 253+81+148=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5194 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5194 is #02AE6B. Grayscale: #8B8B8B. Windows color (decimal): -175724 or 9720317. OLE color: 9720317.

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

Color convert

RGB 253 81 148 -
CMYK 0 0.68 0.42 0.01
HSL 336.63º 0.98% 0.65% -
HSV(B) 336.63º 0.68% 0.99% -
XYZ 48.8 28.91 31.02 -
YUV 140.07 132.48 208.55 -
System Red Green Blue C M Y K H S L
Decimal 253 81 148 0 0.68 0.42 0.01 336.63 0.98 0.65
Hex FD 51 94 0 44 2A 1 151 62 41
Octal 375 121 224 0 104 52 1 521 142 101
Binary 11111101 1010001 10010100 0 1000100 101010 1 101010001 1100010 1000001

Color Harmonies of #FD5194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5194

Black with #FD5194

Text Example


Text Example

White with #FD5194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5194; }

 p { color: rgb(253,81,148); }

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

background-color css

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

 a { background-color: rgb(253,81,148); }

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

border-color css

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

 span { border-color: rgb(253,81,148); }

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