Html Css Color HEX #F45386 French Rose

📋 copy color: '#F45386'

red 244 ◦ green 83 ◦ blue 134

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

Shades of French Rose #F45386

Tints of French Rose #F45386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.07%

R = 52.93%
G = 18%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F45386 (or 0xF45386) is known color: French Rose. HEX triplet: F4, 53 and 86. RGB value is (244,83,134). Sum of RGB (Red+Green+Blue) = 244+83+134=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F45386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45386 is #0BAC79. Grayscale: #888888. Windows color (decimal): -765050 or 8803316. OLE color: 8803316.

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

Color convert

RGB 244 83 134 -
CMYK 0 0.66 0.45 0.04
HSL 340.99º 0.88% 0.64% -
HSV(B) 340.99º 0.66% 0.96% -
XYZ 44.7 27.14 25.44 -
YUV 136.95 126.34 204.35 -
System Red Green Blue C M Y K H S L
Decimal 244 83 134 0 0.66 0.45 0.04 340.99 0.88 0.64
Hex F4 53 86 0 42 2D 4 155 58 40
Octal 364 123 206 0 102 55 4 525 130 100
Binary 11110100 1010011 10000110 0 1000010 101101 100 101010101 1011000 1000000

Color Harmonies of #F45386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45386

Black with #F45386

Text Example


Text Example

White with #F45386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45386; }

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

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

background-color css

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

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

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

border-color css

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

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

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