Html Css Color HEX #FC5282 French Rose

📋 copy color: '#FC5282'

red 252 ◦ green 82 ◦ blue 130

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

Shades of French Rose #FC5282

Tints of French Rose #FC5282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.02%

R = 54.31%
G = 17.67%
B = 28.02%

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

#FC5282 (or 0xFC5282) is known color: French Rose. HEX triplet: FC, 52 and 82. RGB value is (252,82,130). Sum of RGB (Red+Green+Blue) = 252+82+130=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5282 is #03AD7D. Grayscale: #8A8A8A. Windows color (decimal): -241022 or 8540924. OLE color: 8540924.

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

Color convert

RGB 252 82 130 -
CMYK 0 0.67 0.48 0.01
HSL 343.06º 0.97% 0.65% -
HSV(B) 343.06º 0.67% 0.99% -
XYZ 47.19 28.34 24.1 -
YUV 138.3 123.32 209.1 -
System Red Green Blue C M Y K H S L
Decimal 252 82 130 0 0.67 0.48 0.01 343.06 0.97 0.65
Hex FC 52 82 0 43 30 1 157 61 41
Octal 374 122 202 0 103 60 1 527 141 101
Binary 11111100 1010010 10000010 0 1000011 110000 1 101010111 1100001 1000001

Color Harmonies of #FC5282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5282

Black with #FC5282

Text Example


Text Example

White with #FC5282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5282; }

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

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

background-color css

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

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

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

border-color css

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

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

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