Html Css Color HEX #F2518D French Rose

📋 copy color: '#F2518D'

red 242 ◦ green 81 ◦ blue 141

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

Shades of French Rose #F2518D

Tints of French Rose #F2518D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.46%

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

R = 52.16%
G = 17.46%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2518D (or 0xF2518D) is known color: French Rose. HEX triplet: F2, 51 and 8D. RGB value is (242,81,141). Sum of RGB (Red+Green+Blue) = 242+81+141=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2518D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2518D is #0DAE72. Grayscale: #878787. Windows color (decimal): -896627 or 9261554. OLE color: 9261554.

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

Color convert

RGB 242 81 141 -
CMYK 0 0.67 0.42 0.05
HSL 337.64º 0.86% 0.63% -
HSV(B) 337.64º 0.67% 0.95% -
XYZ 44.37 26.69 28.01 -
YUV 135.98 130.84 203.62 -
System Red Green Blue C M Y K H S L
Decimal 242 81 141 0 0.67 0.42 0.05 337.64 0.86 0.63
Hex F2 51 8D 0 43 2A 5 152 56 3F
Octal 362 121 215 0 103 52 5 522 126 77
Binary 11110010 1010001 10001101 0 1000011 101010 101 101010010 1010110 111111

Color Harmonies of #F2518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2518D

Black with #F2518D

Text Example


Text Example

White with #F2518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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