Html Css Color HEX #F45391 French Rose

📋 copy color: '#F45391'

red 244 ◦ green 83 ◦ blue 145

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

Shades of French Rose #F45391

Tints of French Rose #F45391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.72%

R = 51.69%
G = 17.58%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F45391 (or 0xF45391) is known color: French Rose. HEX triplet: F4, 53 and 91. RGB value is (244,83,145). Sum of RGB (Red+Green+Blue) = 244+83+145=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F45391 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45391 is #0BAC6E. Grayscale: #8A8A8A. Windows color (decimal): -765039 or 9524212. OLE color: 9524212.

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

Color convert

RGB 244 83 145 -
CMYK 0 0.66 0.41 0.04
HSL 336.89º 0.88% 0.64% -
HSV(B) 336.89º 0.66% 0.96% -
XYZ 45.51 27.46 29.69 -
YUV 138.21 131.84 203.46 -
System Red Green Blue C M Y K H S L
Decimal 244 83 145 0 0.66 0.41 0.04 336.89 0.88 0.64
Hex F4 53 91 0 42 29 4 151 58 40
Octal 364 123 221 0 102 51 4 521 130 100
Binary 11110100 1010011 10010001 0 1000010 101001 100 101010001 1011000 1000000

Color Harmonies of #F45391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45391

Black with #F45391

Text Example


Text Example

White with #F45391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45391; }

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

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

background-color css

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

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

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

border-color css

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

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

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