Html Css Color HEX #FA5093 French Rose

📋 copy color: '#FA5093'

red 250 ◦ green 80 ◦ blue 147

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

Shades of French Rose #FA5093

Tints of French Rose #FA5093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.82%

R = 52.41%
G = 16.77%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA5093 (or 0xFA5093) is known color: French Rose. HEX triplet: FA, 50 and 93. RGB value is (250,80,147). Sum of RGB (Red+Green+Blue) = 250+80+147=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5093 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5093 is #05AF6C. Grayscale: #8A8A8A. Windows color (decimal): -372589 or 9654522. OLE color: 9654522.

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

Color convert

RGB 250 80 147 -
CMYK 0 0.68 0.41 0.02
HSL 336.35º 0.94% 0.65% -
HSV(B) 336.35º 0.68% 0.98% -
XYZ 47.56 28.17 30.53 -
YUV 138.47 132.82 207.55 -
System Red Green Blue C M Y K H S L
Decimal 250 80 147 0 0.68 0.41 0.02 336.35 0.94 0.65
Hex FA 50 93 0 44 29 2 150 5E 41
Octal 372 120 223 0 104 51 2 520 136 101
Binary 11111010 1010000 10010011 0 1000100 101001 10 101010000 1011110 1000001

Color Harmonies of #FA5093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5093

Black with #FA5093

Text Example


Text Example

White with #FA5093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5093; }

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

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

background-color css

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

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

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

border-color css

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

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

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