Html Css Color HEX #F45A8F French Rose

📋 copy color: '#F45A8F'

red 244 ◦ green 90 ◦ blue 143

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

Shades of French Rose #F45A8F

Tints of French Rose #F45A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.98%

R = 51.15%
G = 18.87%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F45A8F (or 0xF45A8F) is known color: French Rose. HEX triplet: F4, 5A and 8F. RGB value is (244,90,143). Sum of RGB (Red+Green+Blue) = 244+90+143=477 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.15% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45A8F is #0BA570. Grayscale: #8E8E8E. Windows color (decimal): -763249 or 9394932. OLE color: 9394932.

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

Color convert

RGB 244 90 143 -
CMYK 0 0.63 0.41 0.04
HSL 339.35º 0.88% 0.65% -
HSV(B) 339.35º 0.63% 0.96% -
XYZ 45.92 28.53 29.07 -
YUV 142.09 128.52 200.69 -
System Red Green Blue C M Y K H S L
Decimal 244 90 143 0 0.63 0.41 0.04 339.35 0.88 0.65
Hex F4 5A 8F 0 3F 29 4 153 58 41
Octal 364 132 217 0 77 51 4 523 130 101
Binary 11110100 1011010 10001111 0 111111 101001 100 101010011 1011000 1000001

Color Harmonies of #F45A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45A8F

Black with #F45A8F

Text Example


Text Example

White with #F45A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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