Html Css Color HEX #F1518A French Rose

📋 copy color: '#F1518A'

red 241 ◦ green 81 ◦ blue 138

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

Shades of French Rose #F1518A

Tints of French Rose #F1518A

RGB

 RED value IS 241 (94.53% from 255) = 52.39%

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

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

R = 52.39%
G = 17.61%
B = 30%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F1518A (or 0xF1518A) is known color: French Rose. HEX triplet: F1, 51 and 8A. RGB value is (241,81,138). Sum of RGB (Red+Green+Blue) = 241+81+138=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F1518A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1518A is #0EAE75. Grayscale: #878787. Windows color (decimal): -962166 or 9064945. OLE color: 9064945.

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

Color convert

RGB 241 81 138 -
CMYK 0 0.66 0.43 0.05
HSL 338.63º 0.85% 0.63% -
HSV(B) 338.63º 0.66% 0.95% -
XYZ 43.81 26.42 26.84 -
YUV 135.34 129.51 203.37 -
System Red Green Blue C M Y K H S L
Decimal 241 81 138 0 0.66 0.43 0.05 338.63 0.85 0.63
Hex F1 51 8A 0 42 2B 5 153 55 3F
Octal 361 121 212 0 102 53 5 523 125 77
Binary 11110001 1010001 10001010 0 1000010 101011 101 101010011 1010101 111111

Color Harmonies of #F1518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1518A

Black with #F1518A

Text Example


Text Example

White with #F1518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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