Html Css Color HEX #FF5394 French Rose

📋 copy color: '#FF5394'

red 255 ◦ green 83 ◦ blue 148

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

Shades of French Rose #FF5394

Tints of French Rose #FF5394

RGB

 RED value IS 255 (100% from 255) = 52.47%

 GREEN value IS 83 (32.81% from 255) = 17.08%

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

R = 52.47%
G = 17.08%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF5394 (or 0xFF5394) is known color: French Rose. HEX triplet: FF, 53 and 94. RGB value is (255,83,148). Sum of RGB (Red+Green+Blue) = 255+83+148=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5394 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5394 is #00AC6B. Grayscale: #8D8D8D. Windows color (decimal): -44140 or 9720831. OLE color: 9720831.

HSL color Cylindrical-coordinate representation of color #FF5394: hue angle of 337.33º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5394 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 255 83 148 -
CMYK 0 0.67 0.42 0
HSL 337.33º 1% 0.66% -
HSV(B) 337.33º 0.67% 1% -
XYZ 49.68 29.58 31.11 -
YUV 141.84 131.48 208.71 -
System Red Green Blue C M Y K H S L
Decimal 255 83 148 0 0.67 0.42 0 337.33 1 0.66
Hex FF 53 94 0 43 2A 0 151 64 42
Octal 377 123 224 0 103 52 0 521 144 102
Binary 11111111 1010011 10010100 0 1000011 101010 0 101010001 1100100 1000010

Color Harmonies of #FF5394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5394

Black with #FF5394

Text Example


Text Example

White with #FF5394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5394; }

 p { color: rgb(255,83,148); }

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

background-color css

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

 a { background-color: rgb(255,83,148); }

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

border-color css

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

 span { border-color: rgb(255,83,148); }

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