Html Css Color HEX #FA5092 French Rose

📋 copy color: '#FA5092'

red 250 ◦ green 80 ◦ blue 146

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

Shades of French Rose #FA5092

Tints of French Rose #FA5092

RGB

 RED value IS 250 (98.05% from 255) = 52.52%

 GREEN value IS 80 (31.64% from 255) = 16.81%

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

R = 52.52%
G = 16.81%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA5092 (or 0xFA5092) is known color: French Rose. HEX triplet: FA, 50 and 92. RGB value is (250,80,146). Sum of RGB (Red+Green+Blue) = 250+80+146=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5092 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5092 is #05AF6D. Grayscale: #8A8A8A. Windows color (decimal): -372590 or 9588986. OLE color: 9588986.

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

Color convert

RGB 250 80 146 -
CMYK 0 0.68 0.42 0.02
HSL 336.71º 0.94% 0.65% -
HSV(B) 336.71º 0.68% 0.98% -
XYZ 47.48 28.14 30.12 -
YUV 138.35 132.32 207.63 -
System Red Green Blue C M Y K H S L
Decimal 250 80 146 0 0.68 0.42 0.02 336.71 0.94 0.65
Hex FA 50 92 0 44 2A 2 151 5E 41
Octal 372 120 222 0 104 52 2 521 136 101
Binary 11111010 1010000 10010010 0 1000100 101010 10 101010001 1011110 1000001

Color Harmonies of #FA5092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5092

Black with #FA5092

Text Example


Text Example

White with #FA5092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5092; }

 p { color: rgb(250,80,146); }

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

background-color css

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

 a { background-color: rgb(250,80,146); }

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

border-color css

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

 span { border-color: rgb(250,80,146); }

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