Html Css Color HEX #F2518F French Rose

📋 copy color: '#F2518F'

red 242 ◦ green 81 ◦ blue 143

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

Shades of French Rose #F2518F

Tints of French Rose #F2518F

RGB

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

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

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

R = 51.93%
G = 17.38%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2518F (or 0xF2518F) is known color: French Rose. HEX triplet: F2, 51 and 8F. RGB value is (242,81,143). Sum of RGB (Red+Green+Blue) = 242+81+143=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2518F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2518F is #0DAE70. Grayscale: #888888. Windows color (decimal): -896625 or 9392626. OLE color: 9392626.

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

Color convert

RGB 242 81 143 -
CMYK 0 0.67 0.41 0.05
HSL 336.89º 0.86% 0.63% -
HSV(B) 336.89º 0.67% 0.95% -
XYZ 44.52 26.75 28.8 -
YUV 136.21 131.84 203.46 -
System Red Green Blue C M Y K H S L
Decimal 242 81 143 0 0.67 0.41 0.05 336.89 0.86 0.63
Hex F2 51 8F 0 43 29 5 151 56 3F
Octal 362 121 217 0 103 51 5 521 126 77
Binary 11110010 1010001 10001111 0 1000011 101001 101 101010001 1010110 111111

Color Harmonies of #F2518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2518F

Black with #F2518F

Text Example


Text Example

White with #F2518F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2518F; }

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

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

background-color css

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

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

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

border-color css

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

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

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