Html Css Color HEX #F45083 French Rose

📋 copy color: '#F45083'

red 244 ◦ green 80 ◦ blue 131

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

Shades of French Rose #F45083

Tints of French Rose #F45083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.58%

 BLUE value IS 131 (51.56% from 255) = 28.79%

R = 53.63%
G = 17.58%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F45083 (or 0xF45083) is known color: French Rose. HEX triplet: F4, 50 and 83. RGB value is (244,80,131). Sum of RGB (Red+Green+Blue) = 244+80+131=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F45083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45083 is #0BAF7C. Grayscale: #868686. Windows color (decimal): -765821 or 8605940. OLE color: 8605940.

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

Color convert

RGB 244 80 131 -
CMYK 0 0.67 0.46 0.04
HSL 341.34º 0.88% 0.64% -
HSV(B) 341.34º 0.67% 0.96% -
XYZ 44.27 26.61 24.28 -
YUV 134.85 125.83 205.85 -
System Red Green Blue C M Y K H S L
Decimal 244 80 131 0 0.67 0.46 0.04 341.34 0.88 0.64
Hex F4 50 83 0 43 2E 4 155 58 40
Octal 364 120 203 0 103 56 4 525 130 100
Binary 11110100 1010000 10000011 0 1000011 101110 100 101010101 1011000 1000000

Color Harmonies of #F45083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45083

Black with #F45083

Text Example


Text Example

White with #F45083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45083; }

 p { color: rgb(244,80,131); }

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

background-color css

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

 a { background-color: rgb(244,80,131); }

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

border-color css

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

 span { border-color: rgb(244,80,131); }

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