Html Css Color HEX #F4528D French Rose

📋 copy color: '#F4528D'

red 244 ◦ green 82 ◦ blue 141

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

Shades of French Rose #F4528D

Tints of French Rose #F4528D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.19%

R = 52.25%
G = 17.56%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F4528D (or 0xF4528D) is known color: French Rose. HEX triplet: F4, 52 and 8D. RGB value is (244,82,141). Sum of RGB (Red+Green+Blue) = 244+82+141=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F4528D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4528D is #0BAD72. Grayscale: #898989. Windows color (decimal): -765299 or 9261812. OLE color: 9261812.

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

Color convert

RGB 244 82 141 -
CMYK 0 0.66 0.42 0.04
HSL 338.15º 0.88% 0.64% -
HSV(B) 338.15º 0.66% 0.96% -
XYZ 45.13 27.19 28.07 -
YUV 137.16 130.17 204.2 -
System Red Green Blue C M Y K H S L
Decimal 244 82 141 0 0.66 0.42 0.04 338.15 0.88 0.64
Hex F4 52 8D 0 42 2A 4 152 58 40
Octal 364 122 215 0 102 52 4 522 130 100
Binary 11110100 1010010 10001101 0 1000010 101010 100 101010010 1011000 1000000

Color Harmonies of #F4528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4528D

Black with #F4528D

Text Example


Text Example

White with #F4528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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