Html Css Color HEX #F1508C French Rose

📋 copy color: '#F1508C'

red 241 ◦ green 80 ◦ blue 140

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

Shades of French Rose #F1508C

Tints of French Rose #F1508C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.37%

R = 52.28%
G = 17.35%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1508C (or 0xF1508C) is known color: French Rose. HEX triplet: F1, 50 and 8C. RGB value is (241,80,140). Sum of RGB (Red+Green+Blue) = 241+80+140=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F1508C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1508C is #0EAF73. Grayscale: #868686. Windows color (decimal): -962420 or 9195761. OLE color: 9195761.

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

Color convert

RGB 241 80 140 -
CMYK 0 0.67 0.42 0.05
HSL 337.64º 0.85% 0.63% -
HSV(B) 337.64º 0.67% 0.95% -
XYZ 43.88 26.33 27.58 -
YUV 134.98 130.84 203.62 -
System Red Green Blue C M Y K H S L
Decimal 241 80 140 0 0.67 0.42 0.05 337.64 0.85 0.63
Hex F1 50 8C 0 43 2A 5 152 55 3F
Octal 361 120 214 0 103 52 5 522 125 77
Binary 11110001 1010000 10001100 0 1000011 101010 101 101010010 1010101 111111

Color Harmonies of #F1508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1508C

Black with #F1508C

Text Example


Text Example

White with #F1508C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1508C; }

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

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

background-color css

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

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

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

border-color css

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

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

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