Html Css Color HEX #F45A8A French Rose

📋 copy color: '#F45A8A'

red 244 ◦ green 90 ◦ blue 138

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

Shades of French Rose #F45A8A

Tints of French Rose #F45A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.07%

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

R = 51.69%
G = 19.07%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F45A8A (or 0xF45A8A) is known color: French Rose. HEX triplet: F4, 5A and 8A. RGB value is (244,90,138). Sum of RGB (Red+Green+Blue) = 244+90+138=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45A8A is #0BA575. Grayscale: #8D8D8D. Windows color (decimal): -763254 or 9067252. OLE color: 9067252.

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

Color convert

RGB 244 90 138 -
CMYK 0 0.63 0.43 0.04
HSL 341.3º 0.88% 0.65% -
HSV(B) 341.3º 0.63% 0.96% -
XYZ 45.55 28.38 27.12 -
YUV 141.52 126.02 201.1 -
System Red Green Blue C M Y K H S L
Decimal 244 90 138 0 0.63 0.43 0.04 341.3 0.88 0.65
Hex F4 5A 8A 0 3F 2B 4 155 58 41
Octal 364 132 212 0 77 53 4 525 130 101
Binary 11110100 1011010 10001010 0 111111 101011 100 101010101 1011000 1000001

Color Harmonies of #F45A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45A8A

Black with #F45A8A

Text Example


Text Example

White with #F45A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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