Html Css Color HEX #FF5292 French Rose

📋 copy color: '#FF5292'

red 255 ◦ green 82 ◦ blue 146

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

Shades of French Rose #FF5292

Tints of French Rose #FF5292

RGB

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

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

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

R = 52.8%
G = 16.98%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#FF5292 (or 0xFF5292) is known color: French Rose. HEX triplet: FF, 52 and 92. RGB value is (255,82,146). Sum of RGB (Red+Green+Blue) = 255+82+146=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5292 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5292 is #00AD6D. Grayscale: #8C8C8C. Windows color (decimal): -44398 or 9589503. OLE color: 9589503.

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

Color convert

RGB 255 82 146 -
CMYK 0 0.68 0.43 0
HSL 337.8º 1% 0.66% -
HSV(B) 337.8º 0.68% 1% -
XYZ 49.45 29.37 30.26 -
YUV 141.02 130.81 209.3 -
System Red Green Blue C M Y K H S L
Decimal 255 82 146 0 0.68 0.43 0 337.8 1 0.66
Hex FF 52 92 0 44 2B 0 152 64 42
Octal 377 122 222 0 104 53 0 522 144 102
Binary 11111111 1010010 10010010 0 1000100 101011 0 101010010 1100100 1000010

Color Harmonies of #FF5292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5292

Black with #FF5292

Text Example


Text Example

White with #FF5292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5292; }

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

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

background-color css

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

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

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

border-color css

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

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

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