Html Css Color HEX #FA5283 French Rose

📋 copy color: '#FA5283'

red 250 ◦ green 82 ◦ blue 131

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

Shades of French Rose #FA5283

Tints of French Rose #FA5283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.29%

R = 54%
G = 17.71%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA5283 (or 0xFA5283) is known color: French Rose. HEX triplet: FA, 52 and 83. RGB value is (250,82,131). Sum of RGB (Red+Green+Blue) = 250+82+131=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5283 is #05AD7C. Grayscale: #898989. Windows color (decimal): -372093 or 8606458. OLE color: 8606458.

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

Color convert

RGB 250 82 131 -
CMYK 0 0.67 0.48 0.02
HSL 342.5º 0.94% 0.65% -
HSV(B) 342.5º 0.67% 0.98% -
XYZ 46.54 28 24.42 -
YUV 137.82 124.16 208.02 -
System Red Green Blue C M Y K H S L
Decimal 250 82 131 0 0.67 0.48 0.02 342.5 0.94 0.65
Hex FA 52 83 0 43 30 2 156 5E 41
Octal 372 122 203 0 103 60 2 526 136 101
Binary 11111010 1010010 10000011 0 1000011 110000 10 101010110 1011110 1000001

Color Harmonies of #FA5283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5283

Black with #FA5283

Text Example


Text Example

White with #FA5283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5283; }

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

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

background-color css

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

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

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

border-color css

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

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

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