Html Css Color HEX #FA5293 French Rose

📋 copy color: '#FA5293'

red 250 ◦ green 82 ◦ blue 147

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

Shades of French Rose #FA5293

Tints of French Rose #FA5293

RGB

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

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

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

R = 52.19%
G = 17.12%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA5293 (or 0xFA5293) is known color: French Rose. HEX triplet: FA, 52 and 93. RGB value is (250,82,147). Sum of RGB (Red+Green+Blue) = 250+82+147=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5293 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5293 is #05AD6C. Grayscale: #8B8B8B. Windows color (decimal): -372077 or 9655034. OLE color: 9655034.

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

Color convert

RGB 250 82 147 -
CMYK 0 0.67 0.41 0.02
HSL 336.79º 0.94% 0.65% -
HSV(B) 336.79º 0.67% 0.98% -
XYZ 47.71 28.47 30.58 -
YUV 139.64 132.16 206.71 -
System Red Green Blue C M Y K H S L
Decimal 250 82 147 0 0.67 0.41 0.02 336.79 0.94 0.65
Hex FA 52 93 0 43 29 2 151 5E 41
Octal 372 122 223 0 103 51 2 521 136 101
Binary 11111010 1010010 10010011 0 1000011 101001 10 101010001 1011110 1000001

Color Harmonies of #FA5293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5293

Black with #FA5293

Text Example


Text Example

White with #FA5293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5293; }

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

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

background-color css

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

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

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

border-color css

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

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

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