Html Css Color HEX #FA5292 French Rose

📋 copy color: '#FA5292'

red 250 ◦ green 82 ◦ blue 146

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

Shades of French Rose #FA5292

Tints of French Rose #FA5292

RGB

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

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

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

R = 52.3%
G = 17.15%
B = 30.54%

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

#FA5292 (or 0xFA5292) is known color: French Rose. HEX triplet: FA, 52 and 92. RGB value is (250,82,146). Sum of RGB (Red+Green+Blue) = 250+82+146=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5292 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5292 is #05AD6D. Grayscale: #8B8B8B. Windows color (decimal): -372078 or 9589498. OLE color: 9589498.

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

Color convert

RGB 250 82 146 -
CMYK 0 0.67 0.42 0.02
HSL 337.14º 0.94% 0.65% -
HSV(B) 337.14º 0.67% 0.98% -
XYZ 47.63 28.43 30.17 -
YUV 139.53 131.66 206.8 -
System Red Green Blue C M Y K H S L
Decimal 250 82 146 0 0.67 0.42 0.02 337.14 0.94 0.65
Hex FA 52 92 0 43 2A 2 151 5E 41
Octal 372 122 222 0 103 52 2 521 136 101
Binary 11111010 1010010 10010010 0 1000011 101010 10 101010001 1011110 1000001

Color Harmonies of #FA5292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5292

Black with #FA5292

Text Example


Text Example

White with #FA5292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5292; }

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

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

background-color css

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

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

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

border-color css

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

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

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