Html Css Color HEX #F45A8D French Rose

📋 copy color: '#F45A8D'

red 244 ◦ green 90 ◦ blue 141

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

Shades of French Rose #F45A8D

Tints of French Rose #F45A8D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.95%

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

R = 51.37%
G = 18.95%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F45A8D (or 0xF45A8D) is known color: French Rose. HEX triplet: F4, 5A and 8D. RGB value is (244,90,141). Sum of RGB (Red+Green+Blue) = 244+90+141=475 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.37% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45A8D is #0BA572. Grayscale: #8D8D8D. Windows color (decimal): -763251 or 9263860. OLE color: 9263860.

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

Color convert

RGB 244 90 141 -
CMYK 0 0.63 0.42 0.04
HSL 340.13º 0.88% 0.65% -
HSV(B) 340.13º 0.63% 0.96% -
XYZ 45.77 28.47 28.28 -
YUV 141.86 127.52 200.85 -
System Red Green Blue C M Y K H S L
Decimal 244 90 141 0 0.63 0.42 0.04 340.13 0.88 0.65
Hex F4 5A 8D 0 3F 2A 4 154 58 41
Octal 364 132 215 0 77 52 4 524 130 101
Binary 11110100 1011010 10001101 0 111111 101010 100 101010100 1011000 1000001

Color Harmonies of #F45A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45A8D

Black with #F45A8D

Text Example


Text Example

White with #F45A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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