Html Css Color HEX #F2518A French Rose

📋 copy color: '#F2518A'

red 242 ◦ green 81 ◦ blue 138

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

Shades of French Rose #F2518A

Tints of French Rose #F2518A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 52.49%
G = 17.57%
B = 29.93%

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

#F2518A (or 0xF2518A) is known color: French Rose. HEX triplet: F2, 51 and 8A. RGB value is (242,81,138). Sum of RGB (Red+Green+Blue) = 242+81+138=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F2518A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2518A is #0DAE75. Grayscale: #878787. Windows color (decimal): -896630 or 9064946. OLE color: 9064946.

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

Color convert

RGB 242 81 138 -
CMYK 0 0.67 0.43 0.05
HSL 338.76º 0.86% 0.63% -
HSV(B) 338.76º 0.67% 0.95% -
XYZ 44.15 26.6 26.85 -
YUV 135.64 129.34 203.87 -
System Red Green Blue C M Y K H S L
Decimal 242 81 138 0 0.67 0.43 0.05 338.76 0.86 0.63
Hex F2 51 8A 0 43 2B 5 153 56 3F
Octal 362 121 212 0 103 53 5 523 126 77
Binary 11110010 1010001 10001010 0 1000011 101011 101 101010011 1010110 111111

Color Harmonies of #F2518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2518A

Black with #F2518A

Text Example


Text Example

White with #F2518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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