Html Css Color HEX #F2548D French Rose

📋 copy color: '#F2548D'

red 242 ◦ green 84 ◦ blue 141

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

Shades of French Rose #F2548D

Tints of French Rose #F2548D

RGB

 RED value IS 242 (94.92% from 255) = 51.82%

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

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

R = 51.82%
G = 17.99%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2548D (or 0xF2548D) is known color: French Rose. HEX triplet: F2, 54 and 8D. RGB value is (242,84,141). Sum of RGB (Red+Green+Blue) = 242+84+141=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2548D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2548D is #0DAB72. Grayscale: #898989. Windows color (decimal): -895859 or 9262322. OLE color: 9262322.

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

Color convert

RGB 242 84 141 -
CMYK 0 0.65 0.42 0.05
HSL 338.35º 0.86% 0.64% -
HSV(B) 338.35º 0.65% 0.95% -
XYZ 44.6 27.14 28.09 -
YUV 137.74 129.85 202.37 -
System Red Green Blue C M Y K H S L
Decimal 242 84 141 0 0.65 0.42 0.05 338.35 0.86 0.64
Hex F2 54 8D 0 41 2A 5 152 56 40
Octal 362 124 215 0 101 52 5 522 126 100
Binary 11110010 1010100 10001101 0 1000001 101010 101 101010010 1010110 1000000

Color Harmonies of #F2548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2548D

Black with #F2548D

Text Example


Text Example

White with #F2548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2548D; }

 p { color: rgb(242,84,141); }

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

background-color css

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

 a { background-color: rgb(242,84,141); }

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

border-color css

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

 span { border-color: rgb(242,84,141); }

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