Html Css Color HEX #F45285 French Rose

📋 copy color: '#F45285'

red 244 ◦ green 82 ◦ blue 133

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

Shades of French Rose #F45285

Tints of French Rose #F45285

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.86%

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

R = 53.16%
G = 17.86%
B = 28.98%

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

#F45285 (or 0xF45285) is known color: French Rose. HEX triplet: F4, 52 and 85. RGB value is (244,82,133). Sum of RGB (Red+Green+Blue) = 244+82+133=459 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.16% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 244 - color contains mainly: red. Hex color #F45285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45285 is #0BAD7A. Grayscale: #888888. Windows color (decimal): -765307 or 8737524. OLE color: 8737524.

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

Color convert

RGB 244 82 133 -
CMYK 0 0.66 0.45 0.04
HSL 341.11º 0.88% 0.64% -
HSV(B) 341.11º 0.66% 0.96% -
XYZ 44.56 26.96 25.05 -
YUV 136.25 126.17 204.85 -
System Red Green Blue C M Y K H S L
Decimal 244 82 133 0 0.66 0.45 0.04 341.11 0.88 0.64
Hex F4 52 85 0 42 2D 4 155 58 40
Octal 364 122 205 0 102 55 4 525 130 100
Binary 11110100 1010010 10000101 0 1000010 101101 100 101010101 1011000 1000000

Color Harmonies of #F45285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45285

Black with #F45285

Text Example


Text Example

White with #F45285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45285; }

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

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

background-color css

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

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

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

border-color css

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

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

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