Html Css Color HEX #F4538D French Rose

📋 copy color: '#F4538D'

red 244 ◦ green 83 ◦ blue 141

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

Shades of French Rose #F4538D

Tints of French Rose #F4538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.74%

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

R = 52.14%
G = 17.74%
B = 30.13%

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

#F4538D (or 0xF4538D) is known color: French Rose. HEX triplet: F4, 53 and 8D. RGB value is (244,83,141). Sum of RGB (Red+Green+Blue) = 244+83+141=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F4538D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4538D is #0BAC72. Grayscale: #898989. Windows color (decimal): -765043 or 9262068. OLE color: 9262068.

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

Color convert

RGB 244 83 141 -
CMYK 0 0.66 0.42 0.04
HSL 338.39º 0.88% 0.64% -
HSV(B) 338.39º 0.66% 0.96% -
XYZ 45.21 27.34 28.09 -
YUV 137.75 129.84 203.78 -
System Red Green Blue C M Y K H S L
Decimal 244 83 141 0 0.66 0.42 0.04 338.39 0.88 0.64
Hex F4 53 8D 0 42 2A 4 152 58 40
Octal 364 123 215 0 102 52 4 522 130 100
Binary 11110100 1010011 10001101 0 1000010 101010 100 101010010 1011000 1000000

Color Harmonies of #F4538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4538D

Black with #F4538D

Text Example


Text Example

White with #F4538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4538D; }

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

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

background-color css

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

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

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

border-color css

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

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

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