Html Css Color HEX #F0548B French Rose

📋 copy color: '#F0548B'

red 240 ◦ green 84 ◦ blue 139

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

Shades of French Rose #F0548B

Tints of French Rose #F0548B

RGB

 RED value IS 240 (94.14% from 255) = 51.84%

 GREEN value IS 84 (33.2% from 255) = 18.14%

 BLUE value IS 139 (54.69% from 255) = 30.02%

R = 51.84%
G = 18.14%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0548B (or 0xF0548B) is known color: French Rose. HEX triplet: F0, 54 and 8B. RGB value is (240,84,139). Sum of RGB (Red+Green+Blue) = 240+84+139=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0548B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0548B is #0FAB74. Grayscale: #888888. Windows color (decimal): -1026933 or 9131248. OLE color: 9131248.

HSL color Cylindrical-coordinate representation of color #F0548B: hue angle of 338.85º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0548B is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 84 139 -
CMYK 0 0.65 0.42 0.06
HSL 338.85º 0.84% 0.64% -
HSV(B) 338.85º 0.65% 0.94% -
XYZ 43.77 26.73 27.28 -
YUV 136.91 129.18 201.53 -
System Red Green Blue C M Y K H S L
Decimal 240 84 139 0 0.65 0.42 0.06 338.85 0.84 0.64
Hex F0 54 8B 0 41 2A 6 153 54 40
Octal 360 124 213 0 101 52 6 523 124 100
Binary 11110000 1010100 10001011 0 1000001 101010 110 101010011 1010100 1000000

Color Harmonies of #F0548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0548B

Black with #F0548B

Text Example


Text Example

White with #F0548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0548B; }

 p { color: rgb(240,84,139); }

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

background-color css

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

 a { background-color: rgb(240,84,139); }

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

border-color css

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

 span { border-color: rgb(240,84,139); }

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