Html Css Color HEX #F45485 French Rose

📋 copy color: '#F45485'

red 244 ◦ green 84 ◦ blue 133

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

Shades of French Rose #F45485

Tints of French Rose #F45485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.22%

 BLUE value IS 133 (52.34% from 255) = 28.85%

R = 52.93%
G = 18.22%
B = 28.85%

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

#F45485 (or 0xF45485) is known color: French Rose. HEX triplet: F4, 54 and 85. RGB value is (244,84,133). Sum of RGB (Red+Green+Blue) = 244+84+133=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F45485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45485 is #0BAB7A. Grayscale: #898989. Windows color (decimal): -764795 or 8738036. OLE color: 8738036.

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

Color convert

RGB 244 84 133 -
CMYK 0 0.66 0.45 0.04
HSL 341.63º 0.88% 0.64% -
HSV(B) 341.63º 0.66% 0.96% -
XYZ 44.71 27.27 25.1 -
YUV 137.43 125.51 204.02 -
System Red Green Blue C M Y K H S L
Decimal 244 84 133 0 0.66 0.45 0.04 341.63 0.88 0.64
Hex F4 54 85 0 42 2D 4 156 58 40
Octal 364 124 205 0 102 55 4 526 130 100
Binary 11110100 1010100 10000101 0 1000010 101101 100 101010110 1011000 1000000

Color Harmonies of #F45485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45485

Black with #F45485

Text Example


Text Example

White with #F45485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45485; }

 p { color: rgb(244,84,133); }

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

background-color css

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

 a { background-color: rgb(244,84,133); }

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

border-color css

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

 span { border-color: rgb(244,84,133); }

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