Html Css Color HEX #F45D93 French Rose

📋 copy color: '#F45D93'

red 244 ◦ green 93 ◦ blue 147

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

Shades of French Rose #F45D93

Tints of French Rose #F45D93

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.21%

 BLUE value IS 147 (57.81% from 255) = 30.37%

R = 50.41%
G = 19.21%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F45D93 (or 0xF45D93) is known color: French Rose. HEX triplet: F4, 5D and 93. RGB value is (244,93,147). Sum of RGB (Red+Green+Blue) = 244+93+147=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45D93 is #0BA26C. Grayscale: #909090. Windows color (decimal): -762477 or 9657844. OLE color: 9657844.

HSL color Cylindrical-coordinate representation of color #F45D93: hue angle of 338.54º 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 #F45D93 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 93 147 -
CMYK 0 0.62 0.40 0.04
HSL 338.54º 0.87% 0.66% -
HSV(B) 338.54º 0.62% 0.96% -
XYZ 46.49 29.17 30.78 -
YUV 144.31 129.53 199.11 -
System Red Green Blue C M Y K H S L
Decimal 244 93 147 0 0.62 0.40 0.04 338.54 0.87 0.66
Hex F4 5D 93 0 3E 28 4 153 57 42
Octal 364 135 223 0 76 50 4 523 127 102
Binary 11110100 1011101 10010011 0 111110 101000 100 101010011 1010111 1000010

Color Harmonies of #F45D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45D93

Black with #F45D93

Text Example


Text Example

White with #F45D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45D93; }

 p { color: rgb(244,93,147); }

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

background-color css

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

 a { background-color: rgb(244,93,147); }

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

border-color css

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

 span { border-color: rgb(244,93,147); }

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