Html Css Color HEX #F4558A French Rose

📋 copy color: '#F4558A'

red 244 ◦ green 85 ◦ blue 138

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

Shades of French Rose #F4558A

Tints of French Rose #F4558A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.2%

 BLUE value IS 138 (54.3% from 255) = 29.55%

R = 52.25%
G = 18.2%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F4558A (or 0xF4558A) is known color: French Rose. HEX triplet: F4, 55 and 8A. RGB value is (244,85,138). Sum of RGB (Red+Green+Blue) = 244+85+138=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F4558A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F4558A is #0BAA75. Grayscale: #8A8A8A. Windows color (decimal): -764534 or 9065972. OLE color: 9065972.

HSL color Cylindrical-coordinate representation of color #F4558A: hue angle of 340º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F4558A is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 85 138 -
CMYK 0 0.65 0.43 0.04
HSL 340º 0.88% 0.65% -
HSV(B) 340º 0.65% 0.96% -
XYZ 45.14 27.57 26.99 -
YUV 138.58 127.68 203.19 -
System Red Green Blue C M Y K H S L
Decimal 244 85 138 0 0.65 0.43 0.04 340 0.88 0.65
Hex F4 55 8A 0 41 2B 4 154 58 41
Octal 364 125 212 0 101 53 4 524 130 101
Binary 11110100 1010101 10001010 0 1000001 101011 100 101010100 1011000 1000001

Color Harmonies of #F4558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4558A

Black with #F4558A

Text Example


Text Example

White with #F4558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4558A; }

 p { color: rgb(244,85,138); }

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

background-color css

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

 a { background-color: rgb(244,85,138); }

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

border-color css

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

 span { border-color: rgb(244,85,138); }

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