Html Css Color HEX #FA5291 French Rose

📋 copy color: '#FA5291'

red 250 ◦ green 82 ◦ blue 145

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

Shades of French Rose #FA5291

Tints of French Rose #FA5291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.4%

R = 52.41%
G = 17.19%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA5291 (or 0xFA5291) is known color: French Rose. HEX triplet: FA, 52 and 91. RGB value is (250,82,145). Sum of RGB (Red+Green+Blue) = 250+82+145=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 82 (32.42% from 255 or 17.19% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5291 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5291 is #05AD6E. Grayscale: #8B8B8B. Windows color (decimal): -372079 or 9523962. OLE color: 9523962.

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

Color convert

RGB 250 82 145 -
CMYK 0 0.67 0.42 0.02
HSL 337.5º 0.94% 0.65% -
HSV(B) 337.5º 0.67% 0.98% -
XYZ 47.55 28.4 29.76 -
YUV 139.41 131.16 206.88 -
System Red Green Blue C M Y K H S L
Decimal 250 82 145 0 0.67 0.42 0.02 337.5 0.94 0.65
Hex FA 52 91 0 43 2A 2 152 5E 41
Octal 372 122 221 0 103 52 2 522 136 101
Binary 11111010 1010010 10010001 0 1000011 101010 10 101010010 1011110 1000001

Color Harmonies of #FA5291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5291

Black with #FA5291

Text Example


Text Example

White with #FA5291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5291; }

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

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

background-color css

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

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

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

border-color css

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

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

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