Html Css Color HEX #F45393 French Rose

📋 copy color: '#F45393'

red 244 ◦ green 83 ◦ blue 147

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

Shades of French Rose #F45393

Tints of French Rose #F45393

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.51%

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

R = 51.48%
G = 17.51%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F45393 (or 0xF45393) is known color: French Rose. HEX triplet: F4, 53 and 93. RGB value is (244,83,147). Sum of RGB (Red+Green+Blue) = 244+83+147=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F45393 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45393 is #0BAC6C. Grayscale: #8A8A8A. Windows color (decimal): -765037 or 9655284. OLE color: 9655284.

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

Color convert

RGB 244 83 147 -
CMYK 0 0.66 0.40 0.04
HSL 336.15º 0.88% 0.64% -
HSV(B) 336.15º 0.66% 0.96% -
XYZ 45.67 27.53 30.51 -
YUV 138.44 132.84 203.3 -
System Red Green Blue C M Y K H S L
Decimal 244 83 147 0 0.66 0.40 0.04 336.15 0.88 0.64
Hex F4 53 93 0 42 28 4 150 58 40
Octal 364 123 223 0 102 50 4 520 130 100
Binary 11110100 1010011 10010011 0 1000010 101000 100 101010000 1011000 1000000

Color Harmonies of #F45393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45393

Black with #F45393

Text Example


Text Example

White with #F45393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45393; }

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

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

background-color css

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

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

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

border-color css

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

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

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