Html Css Color HEX #F45C8D French Rose

📋 copy color: '#F45C8D'

red 244 ◦ green 92 ◦ blue 141

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

Shades of French Rose #F45C8D

Tints of French Rose #F45C8D

RGB

 RED value IS 244 (95.7% from 255) = 51.15%

 GREEN value IS 92 (36.33% from 255) = 19.29%

 BLUE value IS 141 (55.47% from 255) = 29.56%

R = 51.15%
G = 19.29%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F45C8D (or 0xF45C8D) is known color: French Rose. HEX triplet: F4, 5C and 8D. RGB value is (244,92,141). Sum of RGB (Red+Green+Blue) = 244+92+141=477 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.15% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 244 - color contains mainly: red. Hex color #F45C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45C8D is #0BA372. Grayscale: #8E8E8E. Windows color (decimal): -762739 or 9264372. OLE color: 9264372.

HSL color Cylindrical-coordinate representation of color #F45C8D: hue angle of 340.66º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F45C8D is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 92 141 -
CMYK 0 0.62 0.42 0.04
HSL 340.66º 0.87% 0.66% -
HSV(B) 340.66º 0.62% 0.96% -
XYZ 45.94 28.81 28.34 -
YUV 143.03 126.86 200.02 -
System Red Green Blue C M Y K H S L
Decimal 244 92 141 0 0.62 0.42 0.04 340.66 0.87 0.66
Hex F4 5C 8D 0 3E 2A 4 155 57 42
Octal 364 134 215 0 76 52 4 525 127 102
Binary 11110100 1011100 10001101 0 111110 101010 100 101010101 1010111 1000010

Color Harmonies of #F45C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45C8D

Black with #F45C8D

Text Example


Text Example

White with #F45C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45C8D; }

 p { color: rgb(244,92,141); }

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

background-color css

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

 a { background-color: rgb(244,92,141); }

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

border-color css

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

 span { border-color: rgb(244,92,141); }

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