Html Css Color HEX #F2518B French Rose

📋 copy color: '#F2518B'

red 242 ◦ green 81 ◦ blue 139

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

Shades of French Rose #F2518B

Tints of French Rose #F2518B

RGB

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

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

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

R = 52.38%
G = 17.53%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2518B (or 0xF2518B) is known color: French Rose. HEX triplet: F2, 51 and 8B. RGB value is (242,81,139). Sum of RGB (Red+Green+Blue) = 242+81+139=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F2518B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2518B is #0DAE74. Grayscale: #878787. Windows color (decimal): -896629 or 9130482. OLE color: 9130482.

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

Color convert

RGB 242 81 139 -
CMYK 0 0.67 0.43 0.05
HSL 338.39º 0.86% 0.63% -
HSV(B) 338.39º 0.67% 0.95% -
XYZ 44.22 26.63 27.23 -
YUV 135.75 129.84 203.78 -
System Red Green Blue C M Y K H S L
Decimal 242 81 139 0 0.67 0.43 0.05 338.39 0.86 0.63
Hex F2 51 8B 0 43 2B 5 152 56 3F
Octal 362 121 213 0 103 53 5 522 126 77
Binary 11110010 1010001 10001011 0 1000011 101011 101 101010010 1010110 111111

Color Harmonies of #F2518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2518B

Black with #F2518B

Text Example


Text Example

White with #F2518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2518B; }

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

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

background-color css

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

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

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

border-color css

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

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

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