Html Css Color HEX #F1508D French Rose

📋 copy color: '#F1508D'

red 241 ◦ green 80 ◦ blue 141

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

Shades of French Rose #F1508D

Tints of French Rose #F1508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.32%

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

R = 52.16%
G = 17.32%
B = 30.52%

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

#F1508D (or 0xF1508D) is known color: French Rose. HEX triplet: F1, 50 and 8D. RGB value is (241,80,141). Sum of RGB (Red+Green+Blue) = 241+80+141=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F1508D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1508D is #0EAF72. Grayscale: #878787. Windows color (decimal): -962419 or 9261297. OLE color: 9261297.

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

Color convert

RGB 241 80 141 -
CMYK 0 0.67 0.41 0.05
HSL 337.27º 0.85% 0.63% -
HSV(B) 337.27º 0.67% 0.95% -
XYZ 43.95 26.36 27.97 -
YUV 135.09 131.34 203.54 -
System Red Green Blue C M Y K H S L
Decimal 241 80 141 0 0.67 0.41 0.05 337.27 0.85 0.63
Hex F1 50 8D 0 43 29 5 151 55 3F
Octal 361 120 215 0 103 51 5 521 125 77
Binary 11110001 1010000 10001101 0 1000011 101001 101 101010001 1010101 111111

Color Harmonies of #F1508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1508D

Black with #F1508D

Text Example


Text Example

White with #F1508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1508D; }

 p { color: rgb(241,80,141); }

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

background-color css

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

 a { background-color: rgb(241,80,141); }

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

border-color css

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

 span { border-color: rgb(241,80,141); }

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