Html Css Color HEX #FC5283 French Rose

📋 copy color: '#FC5283'

red 252 ◦ green 82 ◦ blue 131

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

Shades of French Rose #FC5283

Tints of French Rose #FC5283

RGB

 RED value IS 252 (98.83% from 255) = 54.19%

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

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

R = 54.19%
G = 17.63%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC5283 (or 0xFC5283) is known color: French Rose. HEX triplet: FC, 52 and 83. RGB value is (252,82,131). Sum of RGB (Red+Green+Blue) = 252+82+131=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5283 is #03AD7C. Grayscale: #8A8A8A. Windows color (decimal): -241021 or 8606460. OLE color: 8606460.

HSL color Cylindrical-coordinate representation of color #FC5283: hue angle of 342.71º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC5283 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 82 131 -
CMYK 0 0.67 0.48 0.01
HSL 342.71º 0.97% 0.65% -
HSV(B) 342.71º 0.67% 0.99% -
XYZ 47.26 28.37 24.46 -
YUV 138.42 123.82 209.02 -
System Red Green Blue C M Y K H S L
Decimal 252 82 131 0 0.67 0.48 0.01 342.71 0.97 0.65
Hex FC 52 83 0 43 30 1 157 61 41
Octal 374 122 203 0 103 60 1 527 141 101
Binary 11111100 1010010 10000011 0 1000011 110000 1 101010111 1100001 1000001

Color Harmonies of #FC5283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5283

Black with #FC5283

Text Example


Text Example

White with #FC5283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5283; }

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

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

background-color css

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

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

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

border-color css

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

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

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