Html Css Color HEX #FC598F French Rose

📋 copy color: '#FC598F'

red 252 ◦ green 89 ◦ blue 143

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

Shades of French Rose #FC598F

Tints of French Rose #FC598F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.39%

 BLUE value IS 143 (56.25% from 255) = 29.55%

R = 52.07%
G = 18.39%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC598F (or 0xFC598F) is known color: French Rose. HEX triplet: FC, 59 and 8F. RGB value is (252,89,143). Sum of RGB (Red+Green+Blue) = 252+89+143=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC598F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC598F is #03A670. Grayscale: #8F8F8F. Windows color (decimal): -239217 or 9394684. OLE color: 9394684.

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

Color convert

RGB 252 89 143 -
CMYK 0 0.65 0.43 0.01
HSL 340.12º 0.96% 0.67% -
HSV(B) 340.12º 0.65% 0.99% -
XYZ 48.68 29.82 29.18 -
YUV 143.89 127.5 205.11 -
System Red Green Blue C M Y K H S L
Decimal 252 89 143 0 0.65 0.43 0.01 340.12 0.96 0.67
Hex FC 59 8F 0 41 2B 1 154 60 43
Octal 374 131 217 0 101 53 1 524 140 103
Binary 11111100 1011001 10001111 0 1000001 101011 1 101010100 1100000 1000011

Color Harmonies of #FC598F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC598F

Black with #FC598F

Text Example


Text Example

White with #FC598F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC598F; }

 p { color: rgb(252,89,143); }

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

background-color css

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

 a { background-color: rgb(252,89,143); }

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

border-color css

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

 span { border-color: rgb(252,89,143); }

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