Html Css Color HEX #F4528E French Rose

📋 copy color: '#F4528E'

red 244 ◦ green 82 ◦ blue 142

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

Shades of French Rose #F4528E

Tints of French Rose #F4528E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.34%

R = 52.14%
G = 17.52%
B = 30.34%

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

#F4528E (or 0xF4528E) is known color: French Rose. HEX triplet: F4, 52 and 8E. RGB value is (244,82,142). Sum of RGB (Red+Green+Blue) = 244+82+142=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F4528E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4528E is #0BAD71. Grayscale: #898989. Windows color (decimal): -765298 or 9327348. OLE color: 9327348.

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

Color convert

RGB 244 82 142 -
CMYK 0 0.66 0.42 0.04
HSL 337.78º 0.88% 0.64% -
HSV(B) 337.78º 0.66% 0.96% -
XYZ 45.21 27.22 28.46 -
YUV 137.28 130.67 204.12 -
System Red Green Blue C M Y K H S L
Decimal 244 82 142 0 0.66 0.42 0.04 337.78 0.88 0.64
Hex F4 52 8E 0 42 2A 4 152 58 40
Octal 364 122 216 0 102 52 4 522 130 100
Binary 11110100 1010010 10001110 0 1000010 101010 100 101010010 1011000 1000000

Color Harmonies of #F4528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4528E

Black with #F4528E

Text Example


Text Example

White with #F4528E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4528E; }

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

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

background-color css

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

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

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

border-color css

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

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

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