Html Css Color HEX #FF5492 French Rose

📋 copy color: '#FF5492'

red 255 ◦ green 84 ◦ blue 146

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

Shades of French Rose #FF5492

Tints of French Rose #FF5492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.32%

 BLUE value IS 146 (57.42% from 255) = 30.1%

R = 52.58%
G = 17.32%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#FF5492 (or 0xFF5492) is known color: French Rose. HEX triplet: FF, 54 and 92. RGB value is (255,84,146). Sum of RGB (Red+Green+Blue) = 255+84+146=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5492 is #00AB6D. Grayscale: #8E8E8E. Windows color (decimal): -43886 or 9590015. OLE color: 9590015.

HSL color Cylindrical-coordinate representation of color #FF5492: hue angle of 338.25º 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 #FF5492 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB 255 84 146 -
CMYK 0 0.67 0.43 0
HSL 338.25º 1% 0.66% -
HSV(B) 338.25º 0.67% 1% -
XYZ 49.6 29.68 30.31 -
YUV 142.2 130.15 208.46 -
System Red Green Blue C M Y K H S L
Decimal 255 84 146 0 0.67 0.43 0 338.25 1 0.66
Hex FF 54 92 0 43 2B 0 152 64 42
Octal 377 124 222 0 103 53 0 522 144 102
Binary 11111111 1010100 10010010 0 1000011 101011 0 101010010 1100100 1000010

Color Harmonies of #FF5492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5492

Black with #FF5492

Text Example


Text Example

White with #FF5492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5492; }

 p { color: rgb(255,84,146); }

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

background-color css

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

 a { background-color: rgb(255,84,146); }

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

border-color css

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

 span { border-color: rgb(255,84,146); }

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