Html Css Color HEX #FF5294 French Rose

📋 copy color: '#FF5294'

red 255 ◦ green 82 ◦ blue 148

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

Shades of French Rose #FF5294

Tints of French Rose #FF5294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.91%

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

R = 52.58%
G = 16.91%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF5294 (or 0xFF5294) is known color: French Rose. HEX triplet: FF, 52 and 94. RGB value is (255,82,148). Sum of RGB (Red+Green+Blue) = 255+82+148=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5294 is #00AD6B. Grayscale: #8D8D8D. Windows color (decimal): -44396 or 9720575. OLE color: 9720575.

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

Color convert

RGB 255 82 148 -
CMYK 0 0.68 0.42 0
HSL 337.11º 1% 0.66% -
HSV(B) 337.11º 0.68% 1% -
XYZ 49.6 29.43 31.08 -
YUV 141.25 131.81 209.13 -
System Red Green Blue C M Y K H S L
Decimal 255 82 148 0 0.68 0.42 0 337.11 1 0.66
Hex FF 52 94 0 44 2A 0 151 64 42
Octal 377 122 224 0 104 52 0 521 144 102
Binary 11111111 1010010 10010100 0 1000100 101010 0 101010001 1100100 1000010

Color Harmonies of #FF5294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5294

Black with #FF5294

Text Example


Text Example

White with #FF5294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5294; }

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

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

background-color css

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

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

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

border-color css

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

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

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